imx6/imx7: Remove now empty imx6_spl.h and imx7_spl.h
[platform/kernel/u-boot.git] / include / configs / bcm7260.h
index 3bd85ff..cba109b 100644 (file)
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_SYS_NS16550_COM1        0xf040c000
+#define CFG_SYS_NS16550_COM1   0xf040c000
 
-#define CONFIG_SYS_TEXT_BASE           0x10100000
 #define CONFIG_SYS_INIT_RAM_ADDR       0x10200000
 
-#define CONFIG_SYS_MALLOC_LEN          ((40 * 1024) << 10) /* 40 MiB */
-
 #include "bcmstb.h"
 
 #define BCMSTB_TIMER_LOW       0xf0412008
@@ -30,9 +27,5 @@
 /*
  * Environment configuration for eMMC.
  */
-#define CONFIG_SYS_MMC_ENV_DEV 0
-#define CONFIG_SYS_MMC_ENV_PART        0
-
-#define CONFIG_CMD_GPT
 
 #endif /* __CONFIG_H */