diff options
| author | Tom Rini <[email protected]> | 2017-09-01 10:32:35 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-09-01 10:32:35 -0400 |
| commit | e4adc8ed3c684f41a307fde275e683a391f2a7ce (patch) | |
| tree | fb6f32cbdce3cd231c7b5e4ab0aceed2198da499 /include/configs | |
| parent | 9ec61dbc801761374466e0c8393faaa1e7705520 (diff) | |
| parent | 0cc0c544bc317548885721d2312c90185642f98c (diff) | |
Merge git://git.denx.de/u-boot-uniphier
- add {ofnode,dev}_read_resource_byname
- provide DT probe hook to Denali NAND driver
- update clk/reset driver
- update DT
- misc cleanups
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/uniphier.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 9a64063c3ee..884e59c35e4 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -83,7 +83,6 @@ #endif #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_MAX_CHIPS 2 #define CONFIG_SYS_NAND_ONFI_DETECTION #define CONFIG_NAND_DENALI_ECC_SIZE 1024 @@ -91,8 +90,6 @@ #define CONFIG_SYS_NAND_REGS_BASE 0x68100000 #define CONFIG_SYS_NAND_DATA_BASE 0x68000000 -#define CONFIG_SYS_NAND_BASE (CONFIG_SYS_NAND_DATA_BASE + 0x10) - #define CONFIG_SYS_NAND_USE_FLASH_BBT #define CONFIG_SYS_NAND_BAD_BLOCK_POS 0 |
