summaryrefslogtreecommitdiff
path: root/include/configs/snow.h
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2020-09-17 08:52:00 +0200
committerMinkyu Kang <mk7.kang@samsung.com>2020-10-15 13:33:22 +0900
commitac79cfc2a46b5904236a59a4c990d7b8926ce70d (patch)
tree8e51f7ff388e86f88370241191aecf5a78d7e5aa /include/configs/snow.h
parent0f35d96bfd8565da2c5ba0f540827fff0e82eb32 (diff)
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/snow.h')
-rw-r--r--include/configs/snow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/snow.h b/include/configs/snow.h
index c546a5a6d0..c082b2d82d 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -17,6 +17,4 @@
#define CONFIG_BOARD_COMMON
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
-
#endif /* __CONFIG_SNOW_H */