summaryrefslogtreecommitdiff
path: root/include/configs/s5pc210_universal.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-10-23 16:19:12 +0300
committerTom Rini <trini@konsulko.com>2020-10-23 16:19:12 +0300
commit001ab99325bf82cf3284771d1312585570569740 (patch)
tree223631879d067864fc28a43ca8cfdbc8f0ae1245 /include/configs/s5pc210_universal.h
parent89a140ad30658d81c44cfabb5bc53de457894f60 (diff)
parent8efad326ff33dd0262ce84d73aaced69f4b86c01 (diff)
downloadu-boot-001ab99325bf82cf3284771d1312585570569740.tar.xz
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
Diffstat (limited to 'include/configs/s5pc210_universal.h')
-rw-r--r--include/configs/s5pc210_universal.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
index 86c90d990b..0b679f4374 100644
--- a/include/configs/s5pc210_universal.h
+++ b/include/configs/s5pc210_universal.h
@@ -22,12 +22,7 @@
#define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */
-/* select serial console configuration */
-
-/* Console configuration */
-
#define CONFIG_BOOTCOMMAND "run mmcboot"
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
- GENERATED_GBL_DATA_SIZE)
@@ -102,7 +97,7 @@
"mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \
"verify=n\0" \
"rootfstype=ext4\0" \
- "console=" CONFIG_DEFAULT_CONSOLE \
+ "console=console=ttySAC1,115200n8\0" \
"mtdparts=" CONFIG_MTDPARTS_DEFAULT \
"mbrparts=" MBRPARTS_DEFAULT \
"meminfo=crashkernel=32M@0x50000000\0" \