summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-10 08:22:01 -0600
committerSimon Glass <sjg@chromium.org>2014-10-29 13:11:54 -0600
commit026090e4c51e00841b04abf58f48cc3a45654bc4 (patch)
tree336f7c67983cae236a683a5cf7a4b7ca2c7befce
parent2c363cb0034284f26d6ae550b313fc2e62a41360 (diff)
downloadblackbird-obmc-uboot-026090e4c51e00841b04abf58f48cc3a45654bc4.tar.gz
blackbird-obmc-uboot-026090e4c51e00841b04abf58f48cc3a45654bc4.zip
x86: config: Increase CONFIG_SYS_BOOTM_LEN to 16MB
The code density of x86_64 is not wonderful. Increase the maximum boot size and adjust the load address to cope. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--include/configs/coreboot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index a65d89bddc..fef267f70b 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -49,6 +49,7 @@
#define CONFIG_FIT
#undef CONFIG_ZLIB
#undef CONFIG_GZIP
+#define CONFIG_SYS_BOOTM_LEN (16 << 20)
/*-----------------------------------------------------------------------
* Watchdog Configuration
@@ -222,7 +223,7 @@
#define CONFIG_SYS_MEMTEST_START 0x00100000
#define CONFIG_SYS_MEMTEST_END 0x01000000
-#define CONFIG_SYS_LOAD_ADDR 0x02000000
+#define CONFIG_SYS_LOAD_ADDR 0x20000000
/*-----------------------------------------------------------------------
* SDRAM Configuration
OpenPOWER on IntegriCloud