summaryrefslogtreecommitdiffstats
path: root/conf/machine/t1024rdb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-12-17 06:18:27 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-10 10:57:50 -0200
commit462f360b11dbed2e15c571c4717994a5e617fabd (patch)
treed8b9068a8061e9cca0fa6c9f9ad92fc6400ea88c /conf/machine/t1024rdb.conf
parent77b80bda83360da56865e22e280fbfee65504544 (diff)
downloadmeta-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/t1024rdb.conf')
-rw-r--r--conf/machine/t1024rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index 297c9497..616ce3f1 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.conf
@@ -7,7 +7,7 @@
7 7
8require conf/machine/include/e5500.inc 8require conf/machine/include/e5500.inc
9 9
10SOC_FAMILY = "t1:t1024" 10MACHINEOVERRIDES =. "t1:t1024"
11 11
12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1024RDB_config" 13UBOOT_CONFIG[nor] = "T1024RDB_config"