From: Bo Shen Date: Fri, 9 Aug 2013 07:45:39 +0000 (+0800) Subject: arm: sama5d3: remove unused define X-Git-Tag: v2013.10-rc3~5^2~7^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5471c4a862ce8c9e3340501d0f1968cbf1abf56a;p=oweals%2Fu-boot.git arm: sama5d3: remove unused define The CONFIG_MAX_NAND_CHIPS never used, remove it No where define LCD_TEST_PATTERN, so no need undefine Signed-off-by: Bo Shen Signed-off-by: Andreas Bießmann --- diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index ab9617eae9..43bb16a37b 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -56,7 +56,6 @@ #define LCD_BPP LCD_COLOR16 #define LCD_OUTPUT_BPP 24 #define CONFIG_LCD_LOGO -#undef LCD_TEST_PATTERN #define CONFIG_LCD_INFO #define CONFIG_LCD_INFO_BELOW_LOGO #define CONFIG_SYS_WHITE_ON_BLACK @@ -112,7 +111,6 @@ #define CONFIG_CMD_NAND #ifdef CONFIG_CMD_NAND -#define CONFIG_NAND_MAX_CHIPS 1 #define CONFIG_NAND_ATMEL #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE ATMEL_BASE_CS3