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/p5040ds.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/p5040ds.conf')
-rw-r--r-- | conf/machine/p5040ds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf index 7c36eaea..af581f49 100644 --- a/conf/machine/p5040ds.conf +++ b/conf/machine/p5040ds.conf | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | require conf/machine/include/e5500.inc | 8 | require conf/machine/include/e5500.inc |
9 | 9 | ||
10 | SOC_FAMILY = "p5040" | 10 | MACHINEOVERRIDES =. "p5040" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
13 | UBOOT_CONFIG[nor] = "P5040DS_config" | 13 | UBOOT_CONFIG[nor] = "P5040DS_config" |