diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 13:54:31 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | c9d338ebde2d75a1d364515d7ef3ac71aaf716df (patch) | |
tree | 5983ebd6388ba3c1ba8f8f8e1583916e0708b400 /conf | |
parent | f0fc25f14d18d6f26696ca080824577a5e2dc0a2 (diff) | |
download | meta-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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/t4240rdb-64b.conf | 2 |
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 | |||
10 | MACHINEOVERRIDES =. "t4:t4240:" | 10 | MACHINEOVERRIDES =. "t4:t4240:" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nor" | 12 | UBOOT_CONFIG ??= "nor" |
13 | UBOOT_CONFIG[nor] = "T4240RDB_config" | 13 | UBOOT_CONFIG[nor] = "T4240RDB_config,,u-boot-with-dtb.bin" |
14 | 14 | ||
15 | HV_CFG_M = "t4240rdb" | 15 | HV_CFG_M = "t4240rdb" |
16 | 16 | ||