diff options
| author | Dennis Gilmore <[email protected]> | 2020-12-08 21:07:36 -0600 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2021-01-27 07:25:39 +0100 |
| commit | 5a3db5d1af5208b1de99da16a8f99e0dfbe92c7e (patch) | |
| tree | b02197a2ee08a1c84b94612c8e35b5e28ec4ab6e /arch | |
| parent | 98b64fe70b60b617fb440b14674110c2b7fa4fa3 (diff) | |
ARM: mvebu: helios4 adjust env sizes to enable SPI to work
mirror the clearfog setup to enable SPI to work
Signed-off-by: Dennis Gilmore <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 72aee8b3e58..0299611cbf9 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -299,5 +299,6 @@ config SECURED_MODE_CSK_INDEX depends on SECURED_MODE_IMAGE source "board/solidrun/clearfog/Kconfig" +source "board/kobol/helios4/Kconfig" endif |
