diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2013-03-20 19:37:01 +0100 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2013-03-20 19:37:01 +0100 |
commit | 37dd22ff1e9e6ad63af920abcece9b84a20e61c1 (patch) | |
tree | 8ac68f4a2a412876a4476c7adb70aeede3bb4179 | |
parent | 7732d20593cf18e6f7156feaf22acdde326214b9 (diff) | |
download | bootable_bootloader_goldelico_gta04-37dd22ff1e9e6ad63af920abcece9b84a20e61c1.zip bootable_bootloader_goldelico_gta04-37dd22ff1e9e6ad63af920abcece9b84a20e61c1.tar.gz bootable_bootloader_goldelico_gta04-37dd22ff1e9e6ad63af920abcece9b84a20e61c1.tar.bz2 |
fixed missing define for fdt command
-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 |