diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-12-17 06:18:27 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-10 10:57:50 -0200 |
commit | 462f360b11dbed2e15c571c4717994a5e617fabd (patch) | |
tree | d8b9068a8061e9cca0fa6c9f9ad92fc6400ea88c /conf/machine/p1020rdb.conf | |
parent | 77b80bda83360da56865e22e280fbfee65504544 (diff) | |
download | meta-freescale-462f360b11dbed2e15c571c4717994a5e617fabd.tar.gz |
Migrate from SOC_FAMILY to MACHINEOVERRIDES
MACHINEOVERRIDES way is more straightforward than SOC_FAMILY, so migrate from
SOC_FAMILY to MACHINEOVERRIDES for NXP QorIQ PPC targets.
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/p1020rdb.conf')
-rw-r--r-- | conf/machine/p1020rdb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf index b09bf17d..50edba7d 100644 --- a/conf/machine/p1020rdb.conf +++ b/conf/machine/p1020rdb.conf | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | require conf/machine/include/e500v2.inc | 8 | require conf/machine/include/e500v2.inc |
9 | 9 | ||
10 | SOC_FAMILY = "p1020" | 10 | MACHINEOVERRIDES =. "p1020" |
11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" | 11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" |
12 | 12 | ||
13 | UBOOT_CONFIG ??= "nand sdcard spi nor" | 13 | UBOOT_CONFIG ??= "nand sdcard spi nor" |