diff options
Diffstat (limited to 'include/configs/motionpro.h')
-rw-r--r-- | include/configs/motionpro.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index 541420887b..f4d5dbcb75 100644 --- a/include/configs/motionpro.h +++ b/include/configs/motionpro.h @@ -377,9 +377,6 @@ extern void __led_set(led_id_t id, int state); /* Not needed for MPC 5xxx U-Boot, but used by tools/updater */ #define CONFIG_SYS_RESET_ADDRESS 0xfff00100 -/* pass open firmware flat tree */ -#define CONFIG_OF_BOARD_SETUP 1 - #define OF_CPU "PowerPC,5200@0" #define OF_SOC "soc5200@f0000000" #define OF_TBCLK (bd->bi_busfreq / 4) |