diff options
author | Pascal Linder | 2019-06-18 08:42:59 +0200 |
---|---|---|
committer | Stefan Roese | 2019-07-11 10:58:03 +0200 |
commit | c2cd4ec00c5d837bc4ce13befe43957bc3d132c7 (patch) | |
tree | 65025a50156f8ebd47970dbece6b3215ca2fc8c1 /board/keymile | |
parent | c85306345a82a80a59fe80f6261a9263325736ad (diff) |
km/spi: activate driver model for SPI flash on KM Kirkwood boards
The corresponding configurations are selected in the common Kconfig file.
This is easier than changing every affected board default configuration
file. The default configuration for the PORTL2 board, however, still needs
some modifications to correctly use the driver model.
Signed-off-by: Pascal Linder <pascal.linder@edu.hefr.ch>
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/keymile')
-rw-r--r-- | board/keymile/km_arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/keymile/km_arm/Kconfig b/board/keymile/km_arm/Kconfig index 2542f1ea8fa..19c1db3bc25 100644 --- a/board/keymile/km_arm/Kconfig +++ b/board/keymile/km_arm/Kconfig @@ -12,6 +12,9 @@ config SYS_CONFIG_NAME config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select BOARD_LATE_INIT + select DM + select DM_SPI + select DM_SPI_FLASH imply CMD_CRAMFS imply CMD_DIAG imply FS_CRAMFS |