]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/configs/sama5d3xek.h
Convert CONFIG_SYS_MONITOR_LEN to Kconfig
[thirdparty/u-boot.git] / include / configs / sama5d3xek.h
index b48e40bee440764267e8f45d756c8629a5bda598..b05fa59d7226d0b3e5751add4b2be8b9b69803c4 100644 (file)
@@ -25,9 +25,6 @@
  */
 #define ATMEL_PMC_UHP                  (1 <<  6)
 
-/* board specific (not enough SRAM) */
-#define CONFIG_SAMA5D3_LCD_BASE                0x23E00000
-
 /* NOR flash */
 #ifdef CONFIG_MTD_NOR_FLASH
 #define CONFIG_SYS_FLASH_BASE          0x10000000
@@ -41,7 +38,6 @@
 
 /* NAND flash */
 #ifdef CONFIG_CMD_NAND
-#define CONFIG_SYS_MAX_NAND_DEVICE     1
 #define CONFIG_SYS_NAND_BASE           0x60000000
 /* our ALE is AD21 */
 #define CONFIG_SYS_NAND_MASK_ALE       (1 << 21)
@@ -51,6 +47,4 @@
 
 /* SPL */
 
-#define CONFIG_SYS_MONITOR_LEN         (512 << 10)
-
 #endif