fix check for used cpu in arm_common

This commit is contained in:
Oleg Hahm 2013-12-19 15:25:12 +01:00
parent 714178afd2
commit aabef88d20

View File

@ -174,7 +174,7 @@ void bootloader(void)
bl_init_clks(); bl_init_clks();
/* initialize bss and data */ /* initialize bss and data */
#if CPU != mc1322x #ifndef CPU_MC1322X
bl_init_data(); bl_init_data();
#endif #endif