diff options
Diffstat (limited to 'include/configs/am3517_crane.h')
-rw-r--r-- | include/configs/am3517_crane.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index db75fe547a..400a06eeb2 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -205,8 +205,6 @@ /* Monitor at start of flash */ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE -#define CONFIG_NAND_OMAP_GPMC - #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB sector */ #define CONFIG_ENV_OFFSET 0x260000 #define CONFIG_ENV_ADDR 0x260000 @@ -235,7 +233,6 @@ /* Defines for SPL */ #define CONFIG_SPL_FRAMEWORK -#define CONFIG_SPL_NAND_SIMPLE #define CONFIG_SPL_TEXT_BASE 0x40200800 #define CONFIG_SPL_MAX_SIZE (SRAM_SCRATCH_SPACE_ADDR - \ CONFIG_SPL_TEXT_BASE) @@ -251,7 +248,6 @@ #define CONFIG_SPL_NAND_ECC /* NAND boot config */ -#define CONFIG_SYS_NAND_BUSWIDTH_16BIT #define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_PAGE_COUNT 64 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 |