summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCooper Jr., Franklin <fcooper@ti.com>2017-08-10 02:29:22 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 15:34:13 (GMT)
commitb7695c0e5917458ed8bc0016cd3f6e28b3b3847c (patch)
tree92ab59a00d52e6c949b6a75e5fa9fc50bec0171b
parent21fd01b8b5cc93167fc26c6c6a1ba8049096bfca (diff)
downloadu-boot-fsl-qoriq-b7695c0e5917458ed8bc0016cd3f6e28b3b3847c.tar.xz
board: ks2: README: Update NAND wording
Traditional KS2 devices supported NAND via the AEMIF peripheral. However, 66AK2G doesn't use the AEMIF but rather the GPMC for NAND. Therefore, clarify some statements to indicate only certain devices have AEMIF and in other places just say NAND instead of AEMIF NAND Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Acked-by: Roger Quadros <rogerq@ti.com>
-rw-r--r--board/ti/ks2_evm/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ti/ks2_evm/README b/board/ti/ks2_evm/README
index 5430c7d..a26b7f8 100644
--- a/board/ti/ks2_evm/README
+++ b/board/ti/ks2_evm/README
@@ -61,7 +61,7 @@ configs/k2g_evm_defconfig
Supported boot modes:
- SPI NOR boot
- - AEMIF NAND boot
+ - AEMIF NAND boot (K2E, K2L and K2HK)
- UART boot
- MMC boot (Only on K2G)
@@ -69,7 +69,7 @@ Supported image formats:
- u-boot.bin: for loading and running u-boot.bin through
Texas Instruments code composure studio (CCS) and for UART boot.
- u-boot-spi.gph: gpimage for programming SPI NOR flash for SPI NOR boot
- - MLO: gpimage for programming AEMIF NAND flash for NAND boot, MMC boot.
+ - MLO: gpimage for programming NAND flash for NAND boot, MMC boot.
Build instructions:
===================