# HG changeset patch # User Mychaela Falconia # Date 1554540543 0 # Node ID 2c82c413775fdf154bf0b507266a131c1a17ae8f # Parent 9c14f0c7a904d623e998e0a2e7a115226a8e6e72 gcc bootentry.S: SE J100 target support diff -r 9c14f0c7a904 -r 2c82c413775f src/cs/system/main/gcc/bootentry.S --- 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