diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-10-24 01:27:22 +0530 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-10-30 23:09:00 +0800 |
commit | cffcd48109a650047fe5a3fcd3dec9bf5438e6da (patch) | |
tree | 0a508a942360368a7f29f28d911a806bb2f22a9c | |
parent | 127c8d85cf4420167ed577121ea62f56ce13635e (diff) | |
download | u-boot-cffcd48109a650047fe5a3fcd3dec9bf5438e6da.zip u-boot-cffcd48109a650047fe5a3fcd3dec9bf5438e6da.tar.gz u-boot-cffcd48109a650047fe5a3fcd3dec9bf5438e6da.tar.bz2 |
rockchip: Enable Console MUX in ROCKPi N10
Enable Console multiplexing in ROCKPi N10 which would is
required to video out the console buffer.
Enable it.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
-rw-r--r-- | configs/rock-pi-n10-rk3399pro_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/rock-pi-n10-rk3399pro_defconfig b/configs/rock-pi-n10-rk3399pro_defconfig index 3632ad7..8065897 100644 --- a/configs/rock-pi-n10-rk3399pro_defconfig +++ b/configs/rock-pi-n10-rk3399pro_defconfig @@ -11,7 +11,6 @@ CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_DEFAULT_DEVICE_TREE="rk3399pro-rock-pi-n10" CONFIG_DEBUG_UART=y # CONFIG_ANDROID_BOOT_IMAGE is not set -# CONFIG_CONSOLE_MUX is not set CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399pro-rock-pi-n10.dtb" CONFIG_MISC_INIT_R=y CONFIG_DISPLAY_BOARDINFO_LATE=y |