Commit 574967c241301b924748ce205f29f494e32967fe

Authored by Marek Vasut
1 parent 68909e823e

arm: socfpga: Enable simple bus in SPL on all boards

The simple bus support must be enabled in SPL, otherwise the boards
will not be able to parse the DT and will fail to boot.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

configs/socfpga_arria5_defconfig
... ... @@ -11,6 +11,7 @@
11 11 # CONFIG_CMD_IMLS is not set
12 12 # CONFIG_CMD_FLASH is not set
13 13 CONFIG_CMD_GPIO=y
  14 +CONFIG_SPL_SIMPLE_BUS=y
14 15 CONFIG_DWAPB_GPIO=y
15 16 CONFIG_SPI_FLASH=y
16 17 CONFIG_SPI_FLASH_SPANSION=y
configs/socfpga_cyclone5_defconfig
... ... @@ -11,6 +11,7 @@
11 11 # CONFIG_CMD_IMLS is not set
12 12 # CONFIG_CMD_FLASH is not set
13 13 CONFIG_CMD_GPIO=y
  14 +CONFIG_SPL_SIMPLE_BUS=y
14 15 CONFIG_DWAPB_GPIO=y
15 16 CONFIG_SPI_FLASH=y
16 17 CONFIG_SPI_FLASH_SPANSION=y