firmware/target/arm doesn't contain code for hosted anymore.
Change-Id: Id6149d4b81d4c402d18571567645c066224cf6f1
This commit is contained in:
parent
a5f7f6e4bb
commit
9e7b417452
1 changed files with 1 additions and 4 deletions
|
@ -433,7 +433,7 @@ target/coldfire/i2c-coldfire.c
|
|||
target/coldfire/ata-as-coldfire.S
|
||||
#endif
|
||||
|
||||
#elif defined(CPU_PP) || defined(CPU_ARM)
|
||||
#elif defined(CPU_PP) || (defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
/* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
|
||||
|
||||
# if ARM_ARCH < 6
|
||||
|
@ -445,10 +445,7 @@ target/arm/bits-armv4.S
|
|||
target/arm/mmu-arm.S
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#if CONFIG_PLATFORM & PLATFORM_NATIVE
|
||||
target/arm/system-arm.c
|
||||
#endif
|
||||
|
||||
#if CONFIG_STORAGE & STORAGE_ATA
|
||||
# ifdef CPU_PP502x
|
||||
|
|
Loading…
Reference in a new issue