diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 12:44:36 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | f0fc25f14d18d6f26696ca080824577a5e2dc0a2 (patch) | |
tree | f32d6f18b0f2a5d0ca68808ec39593d1fd071421 /conf/machine/t4240rdb.conf | |
parent | 50fcd3d7fb1f373c9c70dcd1279d363ab72d0fa7 (diff) | |
download | meta-freescale-f0fc25f14d18d6f26696ca080824577a5e2dc0a2.tar.gz |
t4240rdb : update UBOOT_CONFIG
*update uboot image name for boot config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine/t4240rdb.conf')
-rw-r--r-- | conf/machine/t4240rdb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf index 0f642114..2d58a692 100644 --- a/conf/machine/t4240rdb.conf +++ b/conf/machine/t4240rdb.conf | |||
@@ -10,7 +10,7 @@ require conf/machine/include/e6500.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 | ||