summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorShenwei Wang <shenwei.wang@nxp.com>2018-10-01 08:39:12 -0500
committerShenwei Wang <shenwei.wang@nxp.com>2018-10-01 08:39:12 -0500
commit6bb52962ea928647c609bf23df9454f14bf46f15 (patch)
tree58bdb13679ab1f3eb077a76bfe96703db44d37de /include/configs
parente9f87deae7e8cb3e71012f85c488e0a0d108762a (diff)
Revert "MLK-19767: imx7ulp: configs: add a new macro for kernel dtb"
This reverts commit 26766be89286cad4946655b3004ab0fc4ef63a65.
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx7ulp_evk.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
index 449fb3512a..bbb7cb287d 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -90,13 +90,6 @@
#define CONFIG_CMD_MEMTEST
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + (PHYS_SDRAM_SIZE >> 1))
-
-#ifdef CONFIG_KERNEL_USE_STD_DTB
-#define LD_FDT_FILE CONFIG_KERNEL_USE_STD_DTB
-#else
-#define LD_FDT_FILE CONFIG_DEFAULT_DEVICE_TREE
-#endif
-
#define CONFIG_MFG_ENV_SETTINGS \
CONFIG_MFG_ENV_SETTINGS_DEFAULT \
"initrd_addr=0x63800000\0" \
@@ -112,7 +105,7 @@
"console=ttyLP0\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
- "fdt_file=" LD_FDT_FILE ".dtb\0" \
+ "fdt_file=imx7ulp-evk.dtb\0" \
"fdt_addr=0x63000000\0" \
"tee_addr=0x64000000\0" \
"tee_file=uTee-7ulp\0" \