summaryrefslogtreecommitdiff
path: root/include/configs/sam9x60ek.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-17 02:06:07 +0300
committerTom Rini <trini@konsulko.com>2020-06-26 17:29:05 +0300
commit4e361cc2e4d4d6056ce66eb83968a5329155587f (patch)
tree5c93fff33b343a4cc8fb1e319533266a66d0766d /include/configs/sam9x60ek.h
parenta60becc8c7ec06db2c0b8bec3c6ea25850911749 (diff)
downloadu-boot-4e361cc2e4d4d6056ce66eb83968a5329155587f.tar.xz
Convert CONFIG_ATMEL_NAND_HW_PMECC et al to Kconfig
This converts the following to Kconfig: CONFIG_ATMEL_NAND_HW_PMECC CONFIG_ATMEL_NAND_HWECC CONFIG_NAND_ATMEL CONFIG_PMECC_CAP CONFIG_PMECC_SECTOR_SIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sam9x60ek.h')
-rw-r--r--include/configs/sam9x60ek.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/sam9x60ek.h b/include/configs/sam9x60ek.h
index 9b439a6441..19714402ca 100644
--- a/include/configs/sam9x60ek.h
+++ b/include/configs/sam9x60ek.h
@@ -44,7 +44,6 @@
/* NAND flash */
#ifdef CONFIG_CMD_NAND
-#define CONFIG_NAND_ATMEL
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_BASE 0x40000000
#define CONFIG_SYS_NAND_MASK_ALE BIT(21)
@@ -54,12 +53,6 @@
#define CONFIG_SYS_NAND_ONFI_DETECTION
#endif
-/* PMECC & PMERRLOC */
-#define CONFIG_ATMEL_NAND_HWECC
-#define CONFIG_ATMEL_NAND_HW_PMECC
-#define CONFIG_PMECC_CAP 8
-#define CONFIG_PMECC_SECTOR_SIZE 512
-
#define CONFIG_SYS_LOAD_ADDR 0x22000000 /* load address */
#ifdef CONFIG_SD_BOOT