diff options
| author | Pascal Linder <[email protected]> | 2019-06-18 08:42:59 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2019-07-11 10:58:03 +0200 |
| commit | c2cd4ec00c5d837bc4ce13befe43957bc3d132c7 (patch) | |
| tree | 65025a50156f8ebd47970dbece6b3215ca2fc8c1 /configs | |
| 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 <[email protected]>
Signed-off-by: Holger Brunck <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/portl2_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/portl2_defconfig b/configs/portl2_defconfig index fa546aa994e..918d27c331d 100644 --- a/configs/portl2_defconfig +++ b/configs/portl2_defconfig @@ -28,6 +28,8 @@ CONFIG_MTDIDS_DEFAULT="nand0=orion_nand" CONFIG_MTDPARTS_DEFAULT="mtdparts=orion_nand:-(ubi0);" CONFIG_CMD_UBI=y # CONFIG_CMD_UBIFS is not set +CONFIG_OF_CONTROL=y +CONFIG_DEFAULT_DEVICE_TREE="kirkwood-km_kirkwood" CONFIG_ENV_IS_IN_EEPROM=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_BOOTCOUNT_RAM=y @@ -42,4 +44,3 @@ CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_KIRKWOOD_SPI=y CONFIG_BCH=y -CONFIG_OF_LIBFDT=y |
