mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 00:45:28 +00:00
kernel: Fix arc kernel 4.14 build
This fixes a patch for the ARC architecture. This was found by the build bot. Fixes: 810ee3b84a2b ("kernel: bump 4.14 to 4.14.104") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
dc1b578a4c
commit
9591155737
@ -38,7 +38,16 @@ Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
|
|||||||
;----------------------------------------------------------------
|
;----------------------------------------------------------------
|
||||||
--- a/arch/arc/kernel/setup.c
|
--- a/arch/arc/kernel/setup.c
|
||||||
+++ b/arch/arc/kernel/setup.c
|
+++ b/arch/arc/kernel/setup.c
|
||||||
@@ -477,7 +477,7 @@ ignore_uboot_args:
|
@@ -437,6 +437,8 @@ static inline bool uboot_arg_invalid(uns
|
||||||
|
/* We always pass 0 as magic from U-boot */
|
||||||
|
#define UBOOT_MAGIC_VALUE 0
|
||||||
|
|
||||||
|
+extern struct boot_param_header __image_dtb;
|
||||||
|
+
|
||||||
|
void __init handle_uboot_args(void)
|
||||||
|
{
|
||||||
|
bool use_embedded_dtb = true;
|
||||||
|
@@ -477,7 +479,7 @@ ignore_uboot_args:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (use_embedded_dtb) {
|
if (use_embedded_dtb) {
|
||||||
@ -47,15 +56,6 @@ Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
|
|||||||
if (!machine_desc)
|
if (!machine_desc)
|
||||||
panic("Embedded DT invalid\n");
|
panic("Embedded DT invalid\n");
|
||||||
}
|
}
|
||||||
@@ -493,6 +493,8 @@ ignore_uboot_args:
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
+extern struct boot_param_header __image_dtb;
|
|
||||||
+
|
|
||||||
void __init setup_arch(char **cmdline_p)
|
|
||||||
{
|
|
||||||
handle_uboot_args();
|
|
||||||
--- a/arch/arc/kernel/vmlinux.lds.S
|
--- a/arch/arc/kernel/vmlinux.lds.S
|
||||||
+++ b/arch/arc/kernel/vmlinux.lds.S
|
+++ b/arch/arc/kernel/vmlinux.lds.S
|
||||||
@@ -30,6 +30,19 @@ SECTIONS
|
@@ -30,6 +30,19 @@ SECTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user