]> git.sur5r.net Git - u-boot/commitdiff
arm: socfpga: Enable simple bus in SPL on all boards
authorMarek Vasut <marex@denx.de>
Tue, 22 Dec 2015 03:16:01 +0000 (04:16 +0100)
committerMarek Vasut <marex@denx.de>
Tue, 22 Dec 2015 03:42:28 +0000 (04:42 +0100)
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>
configs/socfpga_arria5_defconfig
configs/socfpga_cyclone5_defconfig

index 10eb91d1b2fe1c7b6ac542c3679d58cda22f3ac2..a9f9ea335f184397e765ce80c7e919cd93eeabe0 100644 (file)
@@ -11,6 +11,7 @@ CONFIG_SPL_STACK_R=y
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_GPIO=y
+CONFIG_SPL_SIMPLE_BUS=y
 CONFIG_DWAPB_GPIO=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_SPANSION=y
index 864358c9519d8f7e4b04f0ae3cc37741bced8d2e..c9e39f1311fdbee5e166fa5bb05b49eac33bc860 100644 (file)
@@ -11,6 +11,7 @@ CONFIG_SPL_STACK_R=y
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_GPIO=y
+CONFIG_SPL_SIMPLE_BUS=y
 CONFIG_DWAPB_GPIO=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_SPANSION=y