aboutsummaryrefslogtreecommitdiff
path: root/doc/README.zynq
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2018-08-16 17:30:07 +0200
committerJagan Teki <jagan@amarulasolutions.com>2018-09-20 20:10:49 +0530
commita430fa06a4ac50e785fdbfb7f43c3cb14b35619c (patch)
tree08c848b10a9dc1bc865096f0bdce248218512e4d /doc/README.zynq
parentce9bdc87436ef91129876c9b16fcf5111eea69aa (diff)
downloadu-boot-a430fa06a4ac50e785fdbfb7f43c3cb14b35619c.zip
u-boot-a430fa06a4ac50e785fdbfb7f43c3cb14b35619c.tar.gz
u-boot-a430fa06a4ac50e785fdbfb7f43c3cb14b35619c.tar.bz2
mtd: move NAND files into a raw/ subdirectory
NAND flavors, like serial and parallel, have a lot in common and would benefit to share code. Let's move raw (parallel) NAND specific code in a raw/ subdirectory, to ease the addition of a core file in nand/ and the introduction of a spi/ subdirectory specific to SPI NANDs. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'doc/README.zynq')
-rw-r--r--doc/README.zynq2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.zynq b/doc/README.zynq
index 5b0672c..da977b2 100644
--- a/doc/README.zynq
+++ b/doc/README.zynq
@@ -63,7 +63,7 @@ bootmode strings at runtime.
spi - drivers/spi/zynq_spi.c
qspi - drivers/spi/zynq_qspi.c
i2c - drivers/i2c/zynq_i2c.c
- nand - drivers/mtd/nand/zynq_nand.c
+ nand - drivers/mtd/nand/raw/zynq_nand.c
- Done proper cleanups on board configurations
- Added basic FDT support for zynq boards
- d-cache support for zynq_gem.c