diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2018-02-19 14:16:58 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-03-20 08:27:13 -0700 |
commit | c1c597e8a8abfe16938ce8a1d792c703c1a6c79b (patch) | |
tree | e3ac02306d379707bc89a25dc839b5ebee361272 /board/freescale/ls1088a/MAINTAINERS | |
parent | 169d493bb7dd3fdcfb04d266e1492ddcf298b1df (diff) |
armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
IFC-NOR and QSPI-NOR pins are multiplexed on SoC, so they cannot be
accessed simultaneously. IFC-NOR can be accessed along with SD-BOOT.
Ls1088aqds_sdcard_ifc_defconfig is default config for SD boot and
IFC-NOR to be used as flash. This allows writing to IFC-NOR flash.
QSPI and DSPI cannot be accessed in this defconfig.
IFC-NOR image is generated using ls1088aqds_defconfig.
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1088a/MAINTAINERS')
-rw-r--r-- | board/freescale/ls1088a/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1088a/MAINTAINERS b/board/freescale/ls1088a/MAINTAINERS index 371e5db9ad..4d804d9447 100644 --- a/board/freescale/ls1088a/MAINTAINERS +++ b/board/freescale/ls1088a/MAINTAINERS @@ -15,6 +15,8 @@ F: board/freescale/ls1088a/ F: include/configs/ls1088aqds.h F: configs/ls1088aqds_qspi_defconfig F: configs/ls1088aqds_sdcard_qspi_defconfig +F: configs/ls1088aqds_defconfig +F: configs/ls1088aqds_sdcard_ifc_defconfig LS1088AQDS_QSPI_SECURE_BOOT BOARD M: Udit Agarwal <udit.agarwal@nxp.com> |