Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* | Tom Rini | 2022-12-05 | 1 | -3/+3 |
| | | | | | | | | | | The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_NAND namespace do not easily transition to Kconfig. In many cases they likely should come from the device tree instead. Move these out of CONFIG namespace and in to CFG namespace. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> | ||||
* | mtd: move NAND files into a raw/ subdirectory | Miquel Raynal | 2018-09-20 | 1 | -0/+41 |
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> |