]> git.sur5r.net Git - u-boot/blobdiff - include/configs/integrator-common.h
include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)
[u-boot] / include / configs / integrator-common.h
index 63aa8dffaf9e3b8541d215c28c1d0974d9cc765d..811384ebbe45395296dff9f05c915ab060e4ef59 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2012
  * Linaro
  * Linus Walleij <linus.walleij@linaro.org>
  * Common ARM Integrator configuration settings
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #define CONFIG_SYS_MEMTEST_START       0x100000
@@ -13,8 +12,6 @@
 #define CONFIG_SYS_LOAD_ADDR           0x7fc0  /* default load address */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128*1024) /* Size of malloc() pool */
 
-#define CONFIG_CONS_INDEX              0
-
 #define CONFIG_CMDLINE_TAG             /* enable passing of ATAGs  */
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_MISC_INIT_R             /* call misc_init_r during start up */