git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
884d626
)
arm: mvebu: Enable NAND flash for Thecus N2350 board
author
Tony Dinh
<mibodhi@gmail.com>
Sat, 25 Feb 2023 03:23:23 +0000
(19:23 -0800)
committer
Stefan Roese
<sr@denx.de>
Fri, 24 Mar 2023 07:43:42 +0000
(08:43 +0100)
Enable 512MB PXA3XX NAND flash when u-boot is running.
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Acked-by: Pali Rohár
configs/n2350_defconfig
patch
|
blob
|
history
diff --git
a/configs/n2350_defconfig
b/configs/n2350_defconfig
index
b85ef0d
..
247533e
100644
(file)
--- a/
configs/n2350_defconfig
+++ b/
configs/n2350_defconfig
@@
-69,6
+69,9
@@
CONFIG_SYS_64BIT_LBA=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_MVTWSI=y
CONFIG_MTD=y
+CONFIG_MTD_RAW_NAND=y
+CONFIG_NAND_PXA3XX=y
+CONFIG_SYS_NAND_ONFI_DETECTION=y
CONFIG_SF_DEFAULT_SPEED=50000000
CONFIG_SPI_FLASH_MACRONIX=y
CONFIG_SPI_FLASH_STMICRO=y