summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Moore <grmoore@opensource.altera.com>2015-05-19 12:20:23 -0700
committerGraham Moore <grmoore@opensource.altera.com>2015-06-09 10:00:35 -0500
commitfd9022df6d12a390fa5d9e20a843225d31c2ef01 (patch)
tree35c2177a382b937de21db8f6a807e900e0c6932c
parentad9a25645991c18f2a6c6e87a54e11d404383bc3 (diff)
downloadu-boot-socfpga-fd9022df6d12a390fa5d9e20a843225d31c2ef01.tar.gz
FogBugz #299961-3: Support NAND in Uboot on Arria10
Use nand device tree, disable 64bit denali code. Signed-off-by: Graham Moore <grmoore@opensource.altera.com>
-rw-r--r--configs/socfpga_arria10_nand_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/socfpga_arria10_nand_defconfig b/configs/socfpga_arria10_nand_defconfig
index 553dcbd424..b4a21aa451 100644
--- a/configs/socfpga_arria10_nand_defconfig
+++ b/configs/socfpga_arria10_nand_defconfig
@@ -1,8 +1,8 @@
+S:CONFIG_ARM=y
+S:CONFIG_TARGET_SOCFPGA_ARRIA10=y
CONFIG_OF_CONTROL=y
-CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10"
+CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10_nand"
CONFIG_SKIP_LOWLEVEL_INIT=n
CONFIG_NAND_DENALI=y
-CONFIG_SYS_NAND_DENALI_64BIT=y
+CONFIG_SYS_NAND_DENALI_64BIT=n
CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=2