FreeCalypso > hg > fc-selenite
changeset 165:2c82c413775f
gcc bootentry.S: SE J100 target support
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 06 Apr 2019 08:49:03 +0000 |
parents | 9c14f0c7a904 |
children | 7409b22cac61 |
files | src/cs/system/main/gcc/bootentry.S |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/system/main/gcc/bootentry.S Tue Apr 02 21:06:05 2019 +0000 +++ b/src/cs/system/main/gcc/bootentry.S Sat Apr 06 08:49:03 2019 +0000 @@ -48,7 +48,8 @@ /* provide the necessary magic words for the boot ROM */ .word 0 .word _Firmware_boot_entry -#elif defined(CONFIG_TARGET_C139) || defined(CONFIG_TARGET_C11X) +#elif defined(CONFIG_TARGET_C11X) || defined(CONFIG_TARGET_C139) || \ + defined(CONFIG_TARGET_J100) /* * On this target we'll put a patched version of Compal's boot code in * flash sector 0 (the brickable one); the main fw images will then be