diff options
author | Miquel Raynal | 2018-02-28 20:52:02 +0100 |
---|---|---|
committer | Maxime Ripard | 2018-04-03 12:13:36 +0200 |
commit | e71553fe7572c32f1d10717c0094c47064a2ef87 (patch) | |
tree | edacb0990f2c3e4f5ef61a6dfa808c1c5243be6c /configs | |
parent | 748b5b34d3d0e67923cac5f8606b7a209e063df6 (diff) |
configs: add NAND support for NES Classic
Add NAND parameters to the Nintendo NES Classic configuration file which
features a Macronix NAND flash chip with 128kiB blocks of 2kiB pages
plus 64 OOB bytes.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Nintendo_NES_Classic_Edition_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/Nintendo_NES_Classic_Edition_defconfig b/configs/Nintendo_NES_Classic_Edition_defconfig index 31d38afe212..62bee970694 100644 --- a/configs/Nintendo_NES_Classic_Edition_defconfig +++ b/configs/Nintendo_NES_Classic_Edition_defconfig @@ -9,6 +9,10 @@ CONFIG_AXP_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="sun8i-r16-nintendo-nes-classic-edition" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y +CONFIG_NAND=y +CONFIG_SYS_NAND_BLOCK_SIZE=0x20000 +CONFIG_SYS_NAND_PAGE_SIZE=0x800 +CONFIG_SYS_NAND_OOBSIZE=0x40 # CONFIG_CMD_FLASH is not set # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_ISO_PARTITION is not set |