summaryrefslogtreecommitdiff
path: root/include/configs/odroid.h
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2020-09-17 09:52:01 +0300
committerMinkyu Kang <mk7.kang@samsung.com>2020-10-15 07:33:22 +0300
commit9c04265f76320b372f41dcc0aa34a0660b2e96da (patch)
tree9c2667ca7b2eca14b2338930fa88081ee4e6f35a /include/configs/odroid.h
parentac79cfc2a46b5904236a59a4c990d7b8926ce70d (diff)
downloadu-boot-9c04265f76320b372f41dcc0aa34a0660b2e96da.tar.xz
treewide: configs: fold CONFIG_DEFAULT_CONSOLE
In prepartion to remove CONFIG_DEFAULT_CONSOLE, fold the current users. Signed-off-by: Andre Heider <a.heider@gmail.com> 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/odroid.h')
-rw-r--r--include/configs/odroid.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h
index befb9f9aa1..1367d13891 100644
--- a/include/configs/odroid.h
+++ b/include/configs/odroid.h
@@ -33,12 +33,7 @@
#include <linux/sizes.h>
-/* select serial console configuration */
-
-/* Console configuration */
-
#define CONFIG_BOOTCOMMAND "run distro_bootcmd ; run autoboot"
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
- GENERATED_GBL_DATA_SIZE)
@@ -149,7 +144,7 @@
"elif test -e mmc ${mmcbootdev} uImage; then; " \
"run boot_uimg;" \
"fi;\0" \
- "console=" CONFIG_DEFAULT_CONSOLE \
+ "console=console=ttySAC1,115200n8\0" \
"mmcbootdev=0\0" \
"mmcbootpart=1\0" \
"mmcrootdev=0\0" \