From a87f93d8ffc6cf224947e88aee9cb912b8ec6f50 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Fri, 4 Mar 2022 00:59:39 +0000 Subject: x1000: add function for booting linux kernels Change-Id: I0750b084fe88d21a8686daf0681b32b1dcba8fec --- firmware/target/mips/ingenic_x1000/boot-x1000.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/target/mips/ingenic_x1000/boot-x1000.h') diff --git a/firmware/target/mips/ingenic_x1000/boot-x1000.h b/firmware/target/mips/ingenic_x1000/boot-x1000.h index 620d7de89a..9faba649b5 100644 --- a/firmware/target/mips/ingenic_x1000/boot-x1000.h +++ b/firmware/target/mips/ingenic_x1000/boot-x1000.h @@ -47,6 +47,9 @@ enum { void x1000_boot_rockbox(const void* source, size_t length) __attribute__((section(".icode"))); +void x1000_boot_linux(const void* source, size_t length, + void* load, void* entry, const char* args) + __attribute__((section(".icode"))); /* Note: these functions are inlined to minimize SPL code size. * They are private to the X1000 early boot code anyway... */ -- cgit v1.2.3