From: Lukasz Majewski Date: Sat, 25 Jan 2020 08:01:38 +0000 (+0100) Subject: arm: xea: config: Enable support for XEA board specific device tree tweaks X-Git-Tag: v2020.10~372^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1d731c038e03fca884689123305811068d5c0c9;p=platform%2Fkernel%2Fu-boot.git arm: xea: config: Enable support for XEA board specific device tree tweaks This patch enables support for CONFIG_OF_BOARD_SETUP in xea defconfig. Signed-off-by: Lukasz Majewski --- diff --git a/configs/imx28_xea_defconfig b/configs/imx28_xea_defconfig index 7281e86..ef83e4d 100644 --- a/configs/imx28_xea_defconfig +++ b/configs/imx28_xea_defconfig @@ -18,6 +18,7 @@ CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_SPL_TEXT_BASE=0x1000 CONFIG_FIT=y +CONFIG_OF_BOARD_SETUP=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set