U-Boot: pass a copy of the FDT to the kernel

This commit is contained in:
François Revol
2013-04-21 01:15:43 +02:00
parent 048f079571
commit 247db0d169
2 changed files with 8 additions and 2 deletions
@@ -22,8 +22,8 @@ typedef struct {
void *openfirmware_entry;
char rtc_path[128];
// TODO: add FDT
char dummy;
// Flattened Device Tree blob
void *fdt;
} platform_kernel_args;
#endif /* KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H */