]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
treewide: configs: get rid of unused CONFIG_DEFAULT_CONSOLE
authorAndre Heider <a.heider@gmail.com>
Thu, 17 Sep 2020 06:52:00 +0000 (08:52 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 15 Oct 2020 04:33:22 +0000 (13:33 +0900)
These are all unused.

Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/arndale.h
include/configs/espresso7420.h
include/configs/origen.h
include/configs/peach-pi.h
include/configs/peach-pit.h
include/configs/smdk5250.h
include/configs/smdk5420.h
include/configs/smdkv310.h
include/configs/snow.h
include/configs/spring.h

index 79e7418b9bf86340525d2521110709a22de78449..5109f7de53433dadfbcef0ae619c65ef9f3ef5c4 100644 (file)
@@ -18,8 +18,6 @@
 #define CONFIG_EXYNOS_SPL
 
 /* Miscellaneous configurable options */
-#define CONFIG_DEFAULT_CONSOLE         "console=ttySAC2,115200n8\0"
-
 #define CONFIG_IRAM_STACK      0x02050000
 
 #define CONFIG_SYS_INIT_SP_ADDR        CONFIG_IRAM_STACK
index 5aeb009f0300cbdbbed8c5f9f59d9207bc7e8e4c..2495db93f8d422b5bd85cd3c61ddd25fa5fd6381 100644 (file)
@@ -18,9 +18,6 @@
 #define CONFIG_SPL_STACK               CONFIG_IRAM_END
 #define CONFIG_SYS_INIT_SP_ADDR                CONFIG_IRAM_END
 
-/* select serial console configuration */
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
-
 /* DRAM Memory Banks */
 #define SDRAM_BANK_SIZE                (256UL << 20UL) /* 256 MB */
 
index 24b0338deb3f2ca7ce7229f51a3caa692e3d66f7..8a0e145c76c613ad46a4847f980998d07fe9c3d6 100644 (file)
 
 #define CONFIG_MACH_TYPE               MACH_TYPE_ORIGEN
 
-/* select serial console configuration */
-
-/* Console configuration */
-#define CONFIG_DEFAULT_CONSOLE         "console=ttySAC1,115200n8\0"
-
 #define CONFIG_SYS_MEM_TOP_HIDE        (1 << 20)       /* ram console */
 
 #define CONFIG_SYS_MONITOR_BASE        0x00000000
index a732e06a9919091add4d5c342685b7b4673cc02c..ba82aaf6537143a6d9a42bd5888e031edce069b9 100644 (file)
@@ -23,9 +23,6 @@
 #define CONFIG_SYS_SDRAM_BASE  0x20000000
 #define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_IRAM_TOP - 0x800)
 
-/* select serial console configuration */
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
-
 /* Display */
 #ifdef CONFIG_LCD
 #define CONFIG_EXYNOS_FB
index 6c5960cb8da5ef55b26d48124f1d2f15375a66d7..16fb2f3a0e304acbb4e8d15061e8216bc914f8f9 100644 (file)
@@ -23,9 +23,6 @@
 #define CONFIG_SYS_SDRAM_BASE  0x20000000
 #define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_IRAM_TOP - 0x800)
 
-/* select serial console configuration */
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
-
 /* DRAM Memory Banks */
 #define SDRAM_BANK_SIZE                (512UL << 20UL) /* 512 MB */
 
index 82251b36150e595e76b89e9c8a6f3fdd357ccda9..3af13673f2a01d39fa0aaebebbfaae8ad4b31247 100644 (file)
@@ -18,6 +18,4 @@
 
 #define CONFIG_BOARD_COMMON
 
-#define CONFIG_DEFAULT_CONSOLE         "console=ttySAC1,115200n8\0"
-
 #endif /* __CONFIG_SMDK_H */
index 14ec099d53be982ffa0302a00114872a0820e382..d06dfe43a2396cac84f9b214bee43e792c7601ad 100644 (file)
 #define CONFIG_SYS_SDRAM_BASE  0x20000000
 #define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_IRAM_TOP - 0x800)
 
-/* select serial console configuration */
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
-
-#define CONFIG_DEFAULT_CONSOLE         "console=ttySAC1,115200n8\0"
-
 /* USB */
 #define CONFIG_USB_XHCI_EXYNOS
 
index b970e4bc80ec71d3a38070b76ca17e0544da85c2..ede057322f531803ea114736dcc3b3b40f6148f4 100644 (file)
@@ -36,8 +36,6 @@
 
 #define CONFIG_BOOTCOMMAND     "fatload mmc 0 40007000 uImage; bootm 40007000"
 
-/* Miscellaneous configurable options */
-#define CONFIG_DEFAULT_CONSOLE         "console=ttySAC2,115200n8\0"
 /* memtest works on */
 #define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE + 0x3E00000)
 
index c546a5a6d076b6c5923c1f23b54fb8e1ac69b20e..c082b2d82d86b029cd5da66a2f37cad550c3aec8 100644 (file)
@@ -17,6 +17,4 @@
 
 #define CONFIG_BOARD_COMMON
 
-#define CONFIG_DEFAULT_CONSOLE         "console=ttySAC1,115200n8\0"
-
 #endif /* __CONFIG_SNOW_H */
index 272622a5ed910c0f71e5bc1d3b94776ca3e8e7ba..0b052453a51c03a358e7b567f412c4764e227281 100644 (file)
@@ -12,6 +12,4 @@
 
 #define CONFIG_BOARD_COMMON
 
-#define CONFIG_DEFAULT_CONSOLE         "console=ttySAC1,115200n8\0"
-
 #endif /* __CONFIG_SPRING_H */