From: Simon Glass Date: Sun, 19 Jul 2020 19:55:55 +0000 (-0600) Subject: rockchip: jerry: Add serial support X-Git-Tag: baikal/mips/sdk5.9~272^2~39 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=ec9119496afdd01561fe2ea28975d5d888d54538;p=uboot.git rockchip: jerry: Add serial support This option allows the serial console to work correctly. Add it. Signed-off-by: Simon Glass --- diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig index 5c7095741a..c45bc22901 100644 --- a/configs/chromebook_jerry_defconfig +++ b/configs/chromebook_jerry_defconfig @@ -85,6 +85,7 @@ CONFIG_PWM_ROCKCHIP=y CONFIG_RAM=y CONFIG_SPL_RAM=y CONFIG_DEBUG_UART_SHIFT=2 +CONFIG_ROCKCHIP_SERIAL=y CONFIG_SOUND=y CONFIG_I2S=y CONFIG_I2S_ROCKCHIP=y