]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "arm: config: fix default console only to specify the device"
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 20 Nov 2018 05:54:39 +0000 (14:54 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 26 Dec 2018 01:34:59 +0000 (10:34 +0900)
commit84aa0d9d620982a446049ad7e7148bfe4a16701b
tree29d85e63e22176591e4b1e16470442f63c6d2fd2
parent1b82f69ee33e32f7e677ceac8981bb958a810dde
Revert "arm: config: fix default console only to specify the device"

This reverts commit a89d8cde6ae1bb483cf5febc4e6c0da725d7bf7e.

In exynos boards, ${console} is used to set bootargs but it sets
without "console=", so CONFIG_DEFAULT_CONSOLE for these boards is
designated with "console=" but it is removed. So revert the commit.

References for using ${console} in
   board/samsung/common/bootscripts/autoboot.cmd
   board/samsung/common/bootscripts/bootzimg.cmd

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/odroid.h
include/configs/odroid_xu3.h
include/configs/s5p_goni.h
include/configs/s5pc210_universal.h
include/configs/trats.h
include/configs/trats2.h