arm: Disable ATAGs support
[platform/kernel/u-boot.git] / include / configs / brsmarc1.h
index 4bff349..714d37e 100644 (file)
 
 #include <configs/bur_cfg_common.h>
 #include <configs/bur_am335x_common.h>
+#include <linux/stringify.h>
 /* ------------------------------------------------------------------------- */
-#define CONFIG_BOARD_TYPES
 
 /* memory */
-#define CONFIG_SYS_MALLOC_LEN          (5 * 1024 * 1024)
 #define CONFIG_SYS_BOOTM_LEN           (32 * 1024 * 1024)
 
 /* Clock Defines */
@@ -61,14 +60,7 @@ BUR_COMMON_ENV \
 " bootm ${loadaddr} - ${dtbaddr}\0"
 #endif /* !CONFIG_SPL_BUILD*/
 
-/* Support both device trees and ATAGs. */
-#define CONFIG_CMDLINE_TAG
-#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_INITRD_TAG
-
 /* SPI Flash */
 
 /* Environment */
-
-#define CONFIG_CONS_INDEX                      1
 #endif /* __CONFIG_BRSMARC1_H__ */