Skip to content

Commit

Permalink
fix check for used cpu in arm_common
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Dec 19, 2013
1 parent 714178a commit aabef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/arm_common/bootloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void bootloader(void)
bl_init_clks();

/* initialize bss and data */
#if CPU != mc1322x
#ifndef CPU_MC1322X
bl_init_data();
#endif

Expand Down

0 comments on commit aabef88

Please sign in to comment.