diff options
| author | Tom Rini <[email protected]> | 2014-10-29 15:57:59 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-10-29 15:57:59 -0400 |
| commit | 2c54cb5516238ae93c930dee7f8e353291f2cdfb (patch) | |
| tree | 17a1322a88f7381964bb1c89f8ed4b15472bbd3d /include/configs | |
| parent | b8be4e365c6f7b5351037bba5d400ace9363fa0a (diff) | |
| parent | 026090e4c51e00841b04abf58f48cc3a45654bc4 (diff) | |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/coreboot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 4b90dc205de..fef267f70b2 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -26,6 +26,7 @@ #define CONFIG_PHYSMEM #define CONFIG_SYS_EARLY_PCI_INIT #define CONFIG_DISPLAY_BOARDINFO_LATE +#define CONFIG_DISPLAY_CPUINFO #define CONFIG_DM #define CONFIG_CMD_DM @@ -48,6 +49,7 @@ #define CONFIG_FIT #undef CONFIG_ZLIB #undef CONFIG_GZIP +#define CONFIG_SYS_BOOTM_LEN (16 << 20) /*----------------------------------------------------------------------- * Watchdog Configuration @@ -221,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 |
