summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-11-13 13:54:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-11-19 19:25:13 -0300
commitc9d338ebde2d75a1d364515d7ef3ac71aaf716df (patch)
tree5983ebd6388ba3c1ba8f8f8e1583916e0708b400
parentf0fc25f14d18d6f26696ca080824577a5e2dc0a2 (diff)
downloadmeta-freescale-c9d338ebde2d75a1d364515d7ef3ac71aaf716df.tar.gz
t4240rdb-64b: update UBOOT_CONFIG
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r--conf/machine/t4240rdb-64b.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf
index 0ccfce7c..14e1aa1a 100644
--- a/conf/machine/t4240rdb-64b.conf
+++ b/conf/machine/t4240rdb-64b.conf
@@ -10,7 +10,7 @@ require conf/machine/include/e6500-64b.inc
10MACHINEOVERRIDES =. "t4:t4240:" 10MACHINEOVERRIDES =. "t4:t4240:"
11 11
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "T4240RDB_config" 13UBOOT_CONFIG[nor] = "T4240RDB_config,,u-boot-with-dtb.bin"
14 14
15HV_CFG_M = "t4240rdb" 15HV_CFG_M = "t4240rdb"
16 16