1
0
Fork 0
forked from len0rd/rockbox

Introduce S5L8701 CONFIG_CPU definition for Nano2G and a new CPU_S5L870X "family" define - the 8700 and 8701 are proving to be different. Also move all the cpu-specific defines earlier in config.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21886 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2009-07-15 21:34:31 +00:00
parent 0a2197b846
commit 0d484bad5e
4 changed files with 71 additions and 62 deletions

View file

@ -425,7 +425,7 @@ target/arm/tcc77x/crt0.S
target/arm/tcc780x/crt0.S
#elif CONFIG_CPU==IMX31L
target/arm/imx31/crt0.S
#elif CONFIG_CPU==S5L8700
#elif defined(CPU_S5L870X)
target/arm/s5l8700/crt0.S
#elif defined(CPU_ARM)
target/arm/crt0.S
@ -1256,7 +1256,7 @@ target/arm/tcc780x/cowond2/audio-cowond2.c
#endif /* SIMULATOR */
#endif /* COWON_D2 */
#if CONFIG_CPU==S5L8700
#ifdef CPU_S5L870X
target/arm/s5l8700/system-s5l8700.c
#endif
@ -1292,6 +1292,7 @@ target/arm/s5l8700/udacodec-meizu.c
#endif /* MEIZU_M3 */
#ifdef IPOD_NANO2G
target/arm/s5l8700/kernel-s5l8700.c
target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
#endif