diff options
author | Tom Rini <trini@konsulko.com> | 2018-10-22 13:56:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-22 13:56:10 -0400 |
commit | c95c666d0128e5ec0c161b531c568233a8d3979d (patch) | |
tree | 77b5e5f3575b67216190d9f14411f8c692f808f1 /configs | |
parent | 88d60db01168c743b4ae4152150a43a3df43c1c0 (diff) | |
parent | 3fdfca7a782e7d84bc14cd5d316b4894ec20dcec (diff) | |
download | u-boot-c95c666d0128e5ec0c161b531c568233a8d3979d.tar.gz u-boot-c95c666d0128e5ec0c161b531c568233a8d3979d.tar.xz u-boot-c95c666d0128e5ec0c161b531c568233a8d3979d.zip |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'configs')
-rw-r--r-- | configs/chromebook_samus_defconfig | 2 | ||||
-rw-r--r-- | configs/qemu-x86_64_defconfig | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/chromebook_samus_defconfig b/configs/chromebook_samus_defconfig index 8f2336c633..e5483c5920 100644 --- a/configs/chromebook_samus_defconfig +++ b/configs/chromebook_samus_defconfig @@ -1,6 +1,6 @@ CONFIG_X86=y CONFIG_SYS_TEXT_BASE=0xFFE00000 -CONFIG_SYS_MALLOC_F_LEN=0x1800 +CONFIG_SYS_MALLOC_F_LEN=0x1a00 CONFIG_DEBUG_UART_BOARD_INIT=y CONFIG_DEBUG_UART_BASE=0x3f8 CONFIG_DEBUG_UART_CLOCK=1843200 diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig index cf1ba8ea61..32922b84ff 100644 --- a/configs/qemu-x86_64_defconfig +++ b/configs/qemu-x86_64_defconfig @@ -63,6 +63,7 @@ CONFIG_SPL_REGMAP=y CONFIG_SYSCON=y CONFIG_SPL_SYSCON=y CONFIG_CPU=y +CONFIG_SPL_DM_RTC=y CONFIG_SPI=y CONFIG_SPL_TIMER=y CONFIG_USB_STORAGE=y |