diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-23 03:11:27 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-31 10:29:40 -0200 |
commit | 09bf88387096623cf57a61dbcc2dc11b67eae151 (patch) | |
tree | 15fb6edcef7a3fabb389d049f1ed84b11f35cfb6 /conf/machine/t4240rdb.conf | |
parent | 43f2f9d18964d1947115e11c8344bbe79ec97b4e (diff) | |
download | meta-freescale-09bf88387096623cf57a61dbcc2dc11b67eae151.tar.gz |
add colon to MACHINEOVERRIDES in ppc machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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 9f86345e..0f642114 100644 --- a/conf/machine/t4240rdb.conf +++ b/conf/machine/t4240rdb.conf | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | require conf/machine/include/e6500.inc | 8 | require conf/machine/include/e6500.inc |
9 | 9 | ||
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" |