diff options
| author | Balamanikandan Gunasundar <[email protected]> | 2022-10-25 16:21:09 +0530 |
|---|---|---|
| committer | Eugen Hristev <[email protected]> | 2022-12-08 18:06:27 +0200 |
| commit | c41e05bab0b025691741d819ff372c08e285b99a (patch) | |
| tree | e809a333e519ea75a5f26afdf14cebfd8e898084 /include | |
| parent | 70cbf2f09784319d2773a09e26bba077f6af927b (diff) | |
board: sam9x60ek: remove nand init from board file
Move this out of board file as this is done by the DM based NAND flash
driver. The EBI chip select configuration, iomux and timings are
handled by the driver
Signed-off-by: Balamanikandan Gunasundar <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sam9x60ek.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/sam9x60ek.h b/include/configs/sam9x60ek.h index 27b39ebf417..cb7f35c7ca4 100644 --- a/include/configs/sam9x60ek.h +++ b/include/configs/sam9x60ek.h @@ -26,13 +26,4 @@ #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 |
