diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-11-21 21:42:58 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2016-03-25 01:45:19 +0900 |
commit | 8cad489261c564d4ee1db4de4ac365af56807d8a (patch) | |
tree | 78dab251d974fcb5c5ab6ff6288170a8919cd2d2 /arch/h8300/configs/h8300h-sim_defconfig | |
parent | d85816167bf50e4ec4a9e477a2eddfe59ed83bdf (diff) | |
download | blackbird-op-linux-8cad489261c564d4ee1db4de4ac365af56807d8a.tar.gz blackbird-op-linux-8cad489261c564d4ee1db4de4ac365af56807d8a.zip |
h8300: switch EARLYCON
earlyprintk is architecture specific option.
earlycon is generic and small footprint.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/configs/h8300h-sim_defconfig')
-rw-r--r-- | arch/h8300/configs/h8300h-sim_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/configs/h8300h-sim_defconfig b/arch/h8300/configs/h8300h-sim_defconfig index 067bfe9c49b3..80624f46b0ed 100644 --- a/arch/h8300/configs/h8300h-sim_defconfig +++ b/arch/h8300/configs/h8300h-sim_defconfig @@ -34,7 +34,7 @@ CONFIG_BINFMT_FLAT=y # CONFIG_LEGACY_PTYS is not set # CONFIG_DEVKMEM is not set CONFIG_SERIAL_SH_SCI=y -CONFIG_SERIAL_SH_SCI_CONSOLE=y +CONFIG_SERIAL_SH_SCI_EARLYCON=y # CONFIG_HW_RANDOM is not set # CONFIG_HWMON is not set # CONFIG_USB_SUPPORT is not set |