diff options
author | Aditya Prayoga <aditya@kobol.io> | 2018-12-05 00:57:24 +0800 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-12-08 16:19:41 +0100 |
commit | 8d7d97e2d1a340ddc2ebe2286bb212ae3f54da62 (patch) | |
tree | 7a2aa7c5383fc387770ec0185d76e5960787a792 /configs/helios4_defconfig | |
parent | 16b6aefafdabe1c8733e876f02f54cdaaad5f409 (diff) | |
download | u-boot-8d7d97e2d1a340ddc2ebe2286bb212ae3f54da62.tar.gz |
arm: mvebu: helios4: Enable SPI flash support
Enable SPI flash support under U-Boot and SPL. The ENV size and offset,
ported from U-Boot 2013.01 Marvell version: 2015_T1.0p16
To create U-Boot image for SPI flash, user would need to replace
* CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC with CONFIG_MVEBU_SPL_BOOT_DEVICE_SPI
* CONFIG_ENV_IS_IN_MMC with CONFIG_ENV_IS_IN_SPI_FLASH
Signed-off-by: Aditya Prayoga <aditya@kobol.io>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-By: Dennis Gilmore <dgilmore@redhat.com>
Reviewed-By: Dennis Gilmore <dgilmore@redhat.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/helios4_defconfig')
-rw-r--r-- | configs/helios4_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/helios4_defconfig b/configs/helios4_defconfig index 53995fe157..3bb4622fbe 100644 --- a/configs/helios4_defconfig +++ b/configs/helios4_defconfig @@ -6,7 +6,6 @@ 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_SYS_MALLOC_SIMPLE=y CONFIG_SPL=y |