diff options
author | Amaury Pouly <pamaury@rockbox.org> | 2011-07-02 02:12:10 +0000 |
---|---|---|
committer | Amaury Pouly <pamaury@rockbox.org> | 2011-07-02 02:12:10 +0000 |
commit | 82ecc75e68ee3edc22514c8a33aa7774e02fd4d4 (patch) | |
tree | 3b2d842062e0a7d69dbf7cb9281414fdb280060a /firmware/export | |
parent | fed77808c5b3efa1a8e6ac10647845da6847f48a (diff) |
imx233/fuze+: make config.h more correct, remove logo from bootloader, update linker file and crt0 to produce a single blob into dram
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30111 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 70047ff866..37acec04e1 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -781,7 +781,7 @@ Lyre prototype 1 */ || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \ || defined(APPLICATION) || (CONFIG_CPU == PP5002) \ - || (CONFIG_CPU == RK27XX) + || (CONFIG_CPU == RK27XX) || (CONFIG_CPU == IMX233) #define HAVE_SEMAPHORE_OBJECTS #endif |