From 767514154be31670df3f072c44537af64993a6a4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 8 Dec 2022 12:02:03 +0100 Subject: add support for rockpi4-plus --- target/aarch64/kernel/rockpi4-plus | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 target/aarch64/kernel/rockpi4-plus (limited to 'target/aarch64/kernel/rockpi4-plus') diff --git a/target/aarch64/kernel/rockpi4-plus b/target/aarch64/kernel/rockpi4-plus new file mode 100644 index 000000000..5faf024de --- /dev/null +++ b/target/aarch64/kernel/rockpi4-plus @@ -0,0 +1,5 @@ +CONFIG_ARM64=y +CONFIG_ARCH_ROCKCHIP=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_OF_PLATFORM=y -- cgit v1.2.3