U-Boot: HACK: Fix linking the kernel
* For now let's include the same fields in platform_kernel_args than in the OF version. * This allows linking the kernel. Later on we should allow supporting more than a single boot platform, to have a single kernel per arch.
This commit is contained in:
@@ -17,6 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
// XXX: HACK: must match the OF platform args
|
||||||
|
// FIXME: use a union instead?
|
||||||
|
void *openfirmware_entry;
|
||||||
|
char rtc_path[128];
|
||||||
|
|
||||||
|
// TODO: add FDT
|
||||||
char dummy;
|
char dummy;
|
||||||
} platform_kernel_args;
|
} platform_kernel_args;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user