diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2018-08-21 12:22:09 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-09-19 09:00:39 +0200 |
commit | 863949e383a96bc698261ef14b195018fcb0100d (patch) | |
tree | efa7ca0db04cdebc98e521bf443030f24e18c3f0 /configs/turris_mox_defconfig | |
parent | f26e379b312bb59ddd11f79627180a4a2d702d94 (diff) | |
download | u-boot-863949e383a96bc698261ef14b195018fcb0100d.tar.gz |
board: turris_mox: Fixup U-Boot's device tree if PCIe connected
If PCIe Mox module is connected we want to have PCIe node enabled
in U-Boot's device tree.
Signed-off-by: Marek Behun <marek.behun@nic.cz>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/turris_mox_defconfig')
-rw-r--r-- | configs/turris_mox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index fb13b7ef7a..6463abcd3d 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig @@ -13,6 +13,7 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_EARLY_INIT_R=y +CONFIG_OF_BOARD_FIXUP=y CONFIG_CMD_CLK=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_I2C=y |