From 37dd22ff1e9e6ad63af920abcece9b84a20e61c1 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Wed, 20 Mar 2013 19:37:01 +0100 Subject: fixed missing define for fdt command --- u-boot/include/configs/omap3_beagle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/u-boot/include/configs/omap3_beagle.h b/u-boot/include/configs/omap3_beagle.h index e7d6acb..2e58689 100644 --- a/u-boot/include/configs/omap3_beagle.h +++ b/u-boot/include/configs/omap3_beagle.h @@ -43,6 +43,7 @@ #include #define CONFIG_OF_LIBFDT 1 /* we start to use it by the kernel */ +#define CONFIG_SYS_BOOTMAPSZ (256 << 20) /* Initial Memory map for Linux */ /* * Display CPU and Board information -- cgit v1.1