diff options
author | Andre Heider | 2020-09-17 08:52:00 +0200 |
---|---|---|
committer | Minkyu Kang | 2020-10-15 13:33:22 +0900 |
commit | ac79cfc2a46b5904236a59a4c990d7b8926ce70d (patch) | |
tree | 8e51f7ff388e86f88370241191aecf5a78d7e5aa /include/configs/origen.h | |
parent | 0f35d96bfd8565da2c5ba0f540827fff0e82eb32 (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/origen.h')
-rw-r--r-- | include/configs/origen.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/origen.h b/include/configs/origen.h index 24b0338deb3..8a0e145c76c 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -24,11 +24,6 @@ #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 |