[mips r6] enable SERIAL_OF_PLATFORM

If serial of platform is not enabled, userland shows nothing on console.
This commit is contained in:
YunQiang Su 2019-02-09 23:46:25 +08:00
parent cf0de8585e
commit b710f665ba
2 changed files with 6 additions and 0 deletions

1
debian/changelog vendored
View File

@ -603,6 +603,7 @@ linux (4.19.26-1) UNRELEASED; urgency=medium
[ YunQiang Su ]
* [mips r6] Disable JUMP_LABEL for now: it will cause Reserved Instruction.
Enable SERIAL_OF_PLATFORM, if not, userland shows nothing.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 12 Feb 2019 12:49:10 +0000

View File

@ -16,3 +16,8 @@ CONFIG_FIT_IMAGE_FDT_BOSTON=y
##
CONFIG_COMMON_CLK_BOSTON=y
##
## file: drivers/tty/serial/8250/Kconfig
##
CONFIG_SERIAL_OF_PLATFORM=y