X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmotionpro.h;h=9a216321628f038af000ab541c167b2a2e1cc605;hb=9c73f4b81172bc9f1b8f132450e69bcfb5b960ca;hp=e0a827fdd71f328be6e6b5a1436a38cecf1dfe46;hpb=78549bbf44bd2c8d1a0730fb068836071751afaa;p=oweals%2Fu-boot.git diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index e0a827fdd7..9a21632162 100644 --- a/include/configs/motionpro.h +++ b/include/configs/motionpro.h @@ -417,11 +417,9 @@ extern void __led_set(led_id_t id, int state); #define CFG_RESET_ADDRESS 0xfff00100 /* pass open firmware flat tree */ -#define CONFIG_OF_FLAT_TREE 1 +#define CONFIG_OF_LIBFDT 1 #define CONFIG_OF_BOARD_SETUP 1 -/* maximum size of the flat tree (8K) */ -#define OF_FLAT_TREE_MAX_SIZE 8192 #define OF_CPU "PowerPC,5200@0" #define OF_SOC "soc5200@f0000000" #define OF_TBCLK (bd->bi_busfreq / 4)