diff options
author | Andre Heider <a.heider@gmail.com> | 2020-09-17 08:52:00 +0200 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2020-10-15 13:33:22 +0900 |
commit | ac79cfc2a46b5904236a59a4c990d7b8926ce70d (patch) | |
tree | 8e51f7ff388e86f88370241191aecf5a78d7e5aa /include/configs/spring.h | |
parent | 0f35d96bfd8565da2c5ba0f540827fff0e82eb32 (diff) | |
download | u-boot-ac79cfc2a46b5904236a59a4c990d7b8926ce70d.tar.gz |
treewide: configs: get rid of unused CONFIG_DEFAULT_CONSOLE
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>
Diffstat (limited to 'include/configs/spring.h')
-rw-r--r-- | include/configs/spring.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/spring.h b/include/configs/spring.h index 272622a5ed..0b052453a5 100644 --- a/include/configs/spring.h +++ b/include/configs/spring.h @@ -12,6 +12,4 @@ #define CONFIG_BOARD_COMMON -#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" - #endif /* __CONFIG_SPRING_H */ |