Merge tag 'u-boot-amlogic-20230417' of https://source.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / include / configs / sam9x60ek.h
index 2c76182..af504e0 100644 (file)
 #define CFG_SYS_SDRAM_BASE             0x20000000
 #define CFG_SYS_SDRAM_SIZE             0x10000000      /* 256 megs */
 
-/* NAND flash */
-#ifdef CONFIG_CMD_NAND
-#define CFG_SYS_NAND_BASE              0x40000000
-#define CFG_SYS_NAND_MASK_ALE  BIT(21)
-#define CFG_SYS_NAND_MASK_CLE  BIT(22)
-#define CFG_SYS_NAND_ENABLE_PIN        AT91_PIN_PD4
-#define CFG_SYS_NAND_READY_PIN AT91_PIN_PD5
-#endif
-
 #endif