summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-11-20 14:49:39 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-11-23 12:17:40 -0300
commit3d488d731369aaa309a5ce2d077b331fb32f3829 (patch)
treee0527a9c87938c4de32e508ab4eaddb5e76af2d9 /conf
parent568cbe036682365dce556e1cb4b8059e907a65a6 (diff)
downloadmeta-freescale-3d488d731369aaa309a5ce2d077b331fb32f3829.tar.gz
ls1028ardb: update machine config
*set default rcw to rcw_1500_gpu600 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1028ardb.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/ls1028ardb.conf b/conf/machine/ls1028ardb.conf
index 288f9457..9d324e72 100644
--- a/conf/machine/ls1028ardb.conf
+++ b/conf/machine/ls1028ardb.conf
@@ -27,9 +27,9 @@ KERNEL_DEFCONFIG ?= "defconfig"
27SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" 27SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
28SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 28SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
29 29
30RCWSD ?= "R_SQPP_0x85bb/rcw_1300_sdboot" 30RCWSD ?= "R_SQPP_0x85bb/rcw_1500_gpu600"
31RCWXSPI ?= "R_SQPP_0x85bb/rcw_1300" 31RCWXSPI ?= "R_SQPP_0x85bb/rcw_1500_gpu600"
32RCWEMMC ?= "R_SQPP_0x85bb/rcw_1300_emmcboot" 32RCWEMMC ?= "R_SQPP_0x85bb/rcw_1500_gpu600"
33 33
34EXTRA_IMAGEDEPENDS += "rcw atf dp-firmware-cadence" 34EXTRA_IMAGEDEPENDS += "rcw atf dp-firmware-cadence"
35USE_VT = "0" 35USE_VT = "0"