diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-23 17:32:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-23 17:32:53 -0400 |
commit | 0929863aff433d1e87ad6cd03d72f2909fa25573 (patch) | |
tree | a2ede6a341486cb0eb52352e2538c6b39c75a6aa /include/configs | |
parent | 6ef71c61f6aba20e8d24e7bff34cc9577305ecf1 (diff) | |
parent | a7d5b6c6686f6f51a750781ff12a360dc64d1076 (diff) |
Merge git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/socfpga_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 9897e11b59..7b5417a75b 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -142,12 +142,10 @@ */ #ifdef CONFIG_NAND_DENALI #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_MAX_CHIPS 1 #define CONFIG_SYS_NAND_ONFI_DETECTION #define CONFIG_NAND_DENALI_ECC_SIZE 512 #define CONFIG_SYS_NAND_REGS_BASE SOCFPGA_NANDREGS_ADDRESS #define CONFIG_SYS_NAND_DATA_BASE SOCFPGA_NANDDATA_ADDRESS -#define CONFIG_SYS_NAND_BASE (CONFIG_SYS_NAND_DATA_BASE + 0x10) #endif /* |