aboutsummaryrefslogtreecommitdiff
path: root/board/keymile
diff options
context:
space:
mode:
authorPascal Linder <pascal.linder@edu.hefr.ch>2019-06-18 08:42:59 +0200
committerStefan Roese <sr@denx.de>2019-07-11 10:58:03 +0200
commitc2cd4ec00c5d837bc4ce13befe43957bc3d132c7 (patch)
tree65025a50156f8ebd47970dbece6b3215ca2fc8c1 /board/keymile
parentc85306345a82a80a59fe80f6261a9263325736ad (diff)
downloadu-boot-c2cd4ec00c5d837bc4ce13befe43957bc3d132c7.zip
u-boot-c2cd4ec00c5d837bc4ce13befe43957bc3d132c7.tar.gz
u-boot-c2cd4ec00c5d837bc4ce13befe43957bc3d132c7.tar.bz2
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/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/keymile/km_arm/Kconfig b/board/keymile/km_arm/Kconfig
index 2542f1e..19c1db3 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