summaryrefslogtreecommitdiff
path: root/configs/helios4_defconfig
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-06-18 21:56:25 +0300
committerStefan Roese <sr@denx.de>2018-08-06 14:07:23 +0200
commitca1a4c863232ddc6bc2463569dedfefe992ff418 (patch)
treebc9ff687d689e81ea3c122670fa800e50f9157c7 /configs/helios4_defconfig
parentad105f5f869443c6b37617ea55091511a2be1579 (diff)
mvebu: select boot device at SoC level
Move the gdsys Controlcenter DC specific build time kwbimage.cfg generation code into the mach-mvebu/ directory to be shared by all 32bit mvebu platforms. Remove board specific kwbimage.cfg files, and use the generated one instead. These files are all identical, with two exceptions. Clearfog and Helios4 use the sdio boot device, whereas all others use spi. Update the defconfigs for the exceptional boards to generate the same kwbimage.cfg as before. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/helios4_defconfig')
-rw-r--r--configs/helios4_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/helios4_defconfig b/configs/helios4_defconfig
index 441b3752d1..f1eddaff5d 100644
--- a/configs/helios4_defconfig
+++ b/configs/helios4_defconfig
@@ -5,6 +5,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_HELIOS4=y
+CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL=y