From 26712e250831432ecfe0fa1ffb03555b3f762108 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 23 Sep 2024 19:43:48 +0800 Subject: [PATCH] uboot-rockchip: include missing header Signed-off-by: Tianling Shen --- ...-boot_mode-Allow-rockchip_dnl_key_pressed-in-SPL.patch | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package/boot/uboot-rockchip/patches/101-rockchip-boot_mode-Allow-rockchip_dnl_key_pressed-in-SPL.patch b/package/boot/uboot-rockchip/patches/101-rockchip-boot_mode-Allow-rockchip_dnl_key_pressed-in-SPL.patch index 5b7468ee5b..c3601bd09e 100644 --- a/package/boot/uboot-rockchip/patches/101-rockchip-boot_mode-Allow-rockchip_dnl_key_pressed-in-SPL.patch +++ b/package/boot/uboot-rockchip/patches/101-rockchip-boot_mode-Allow-rockchip_dnl_key_pressed-in-SPL.patch @@ -93,6 +93,14 @@ Signed-off-by: Chris Morgan } --- a/arch/arm/mach-rockchip/rk3568/rk3568.c +++ b/arch/arm/mach-rockchip/rk3568/rk3568.c +@@ -6,6 +6,7 @@ + #include + #include + #include ++#include + #include + #include + #include @@ -134,3 +134,26 @@ int arch_cpu_init(void) #endif return 0;