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:
parent
2a01ed9660
commit
79290de845
@ -17,6 +17,12 @@
|
||||
|
||||
|
||||
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;
|
||||
} platform_kernel_args;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user