diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-09-03 16:38:37 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:35:59 +0200 |
commit | 4c3c29e3b04f34e1aa4bcc0096db7197f65619da (patch) | |
tree | 5ece6dcdad04aa8c6e9d85e632892a42d81ae823 /configs/display5_factory_defconfig | |
parent | 1ff6c1f75b292cd789995689770bfbcd90d2421d (diff) | |
download | u-boot-4c3c29e3b04f34e1aa4bcc0096db7197f65619da.tar.gz u-boot-4c3c29e3b04f34e1aa4bcc0096db7197f65619da.tar.xz u-boot-4c3c29e3b04f34e1aa4bcc0096db7197f65619da.zip |
fix: defconfig: Enable OF_CONTROL for display5_factory
This change fixes issue with building display5 "factory" U-Boot variant
when the display5 board gains DM/DTS support.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'configs/display5_factory_defconfig')
-rw-r--r-- | configs/display5_factory_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/display5_factory_defconfig b/configs/display5_factory_defconfig index 5b79057074..070de97e5b 100644 --- a/configs/display5_factory_defconfig +++ b/configs/display5_factory_defconfig @@ -62,6 +62,8 @@ CONFIG_MTDIDS_DEFAULT="nor0=02008000.spi.1" CONFIG_MTDPARTS_DEFAULT="mtdparts=02008000.spi.1:128k(SPL),1m(u-boot),64k(env1),64k(env2),4m(swu-kernel),16m(swu-initramfs),1m(factory),-(reserved)" # CONFIG_SPL_EFI_PARTITION is not set CONFIG_PARTITION_TYPE_GUID=y +CONFIG_OF_CONTROL=y +CONFIG_DEFAULT_DEVICE_TREE="imx6q-display5" CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_DFU_MMC=y CONFIG_DFU_SF=y @@ -88,4 +90,3 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x4000 CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_IMX_WATCHDOG=y -CONFIG_OF_LIBFDT=y |