summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorShenwei Wang <shenwei.wang@nxp.com>2018-09-28 15:37:32 -0500
committerYe Li <ye.li@nxp.com>2018-09-29 00:35:26 -0700
commitb54bfeeeed2c7239aeecfefe0ff3fcacadb8d25e (patch)
treee19cfb6ef44ee683c7688184fd1ec5502f78c104 /configs
parent70804301cb5ce60208b8a04b8ce43bf3f8db9c0e (diff)
MLK-19767: imx7ulp: configs: add a new macro for kernel dtb
The current u-boot configures the fdt_file environment variable to the file name of that built together with u-boot. Sometimes Linux kernel needs another dtb file other than the one built with u-boot. For example, imx7ulp needs to build imx7ulp-evk-qspi.dts for u-boot, but the kernel needs imx7ulp-evk.dts. Adding this new macro to let the user have an option to specify a dtb file to run Linux kernel. Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com> (cherry picked from commit 26766be89286cad4946655b3004ab0fc4ef63a65)
Diffstat (limited to 'configs')
-rw-r--r--configs/mx7ulp_evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig
index 07b9c7bf1f..5aac45b877 100644
--- a/configs/mx7ulp_evk_defconfig
+++ b/configs/mx7ulp_evk_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_MX7ULP=y
CONFIG_SYS_TEXT_BASE=0x67800000
CONFIG_TARGET_MX7ULP_EVK=y
CONFIG_DEFAULT_DEVICE_TREE="imx7ulp-evk-qspi"
+CONFIG_KERNEL_USE_STD_DTB="imx7ulp-evk"
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7ulp_evk/imximage.cfg"
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y