diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-05 14:58:28 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-07-12 17:18:34 -0300 |
commit | e3e8915983015ae6219ca89c3404860f9969a54e (patch) | |
tree | 6d783e5e7756dfd7329e8a2aff65429154d851a9 | |
parent | 451cdeed1df9dd03024c1626c0eca759622a0630 (diff) | |
download | meta-freescale-e3e8915983015ae6219ca89c3404860f9969a54e.tar.gz |
ls1046ardb: rename UEFI_NORBOOT -> UEFI_QSPIBOOT
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r-- | conf/machine/ls1046ardb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index b3000f0f..b4d96627 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf | |||
@@ -28,7 +28,7 @@ KERNEL_DEFCONFIG ?= "defconfig" | |||
28 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0" | 28 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0" |
29 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 29 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
30 | 30 | ||
31 | UEFI_NORBOOT ?= "LS1046ARDB_EFI_NORBOOT.fd" | 31 | UEFI_QSPIBOOT ?= "LS1046ARDB_EFI_QSPIBOOT.fd" |
32 | RCWQSPI ?= "RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot" | 32 | RCWQSPI ?= "RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot" |
33 | RCWSD ?= "RR_FFSSPPPH_1133_5559/rcw_1800_sdboot" | 33 | RCWSD ?= "RR_FFSSPPPH_1133_5559/rcw_1800_sdboot" |
34 | 34 | ||