diff options
-rw-r--r-- | u-boot/include/configs/omap3_beagle.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <asm/arch/omap3.h> #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 |