diff options
author | Xiang Wang <merle@hardenedlinux.org> | 2019-08-27 16:04:54 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-14 11:38:43 +0000 |
commit | d5777264600bc1d611d6669688bf8a33dac966e2 (patch) | |
tree | 619ae3d03cac67eddbc953b125819a07c75f1fe7 /src/mainboard/sifive/hifive-unleashed/Kconfig | |
parent | b134945ec1fd367c00cc641e929f9e39c8351df9 (diff) |
soc/sifive/fu540: Support booting from SD card
Change-Id: I18948d31c0bf0bf9d641480a35fc710b9ee8ae84
Signed-off-by: Xiang Wang <merle@hardenedlinux.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35119
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/sifive/hifive-unleashed/Kconfig')
-rw-r--r-- | src/mainboard/sifive/hifive-unleashed/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/Kconfig b/src/mainboard/sifive/hifive-unleashed/Kconfig index 24531787ef..fc9bc1eeb9 100644 --- a/src/mainboard/sifive/hifive-unleashed/Kconfig +++ b/src/mainboard/sifive/hifive-unleashed/Kconfig @@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_32768 select MISSING_BOARD_RESET select FLATTENED_DEVICE_TREE + select SPI_SDCARD config HEAP_SIZE default 0x10000 |