X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fasm-generic%2Fglobal_data.h;h=5416f468b06c6bb4becd6a1fc1f926df2280bd08;hb=8dc16cf9dd6196d99969d12741df186a61a2f9a3;hp=b8ac024045df073bb5f91e668e95dee2ee913525;hpb=6e787b7234f7298d487d91dfb40c3146bf194a3e;p=karo-tx-uboot.git diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index b8ac024045..5416f468b0 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -40,7 +40,7 @@ typedef struct global_data { bd_t *bd; unsigned long flags; - unsigned long baudrate; + unsigned int baudrate; unsigned long cpu_clk; /* CPU clock in Hz! */ unsigned long bus_clk; /* We cannot bracket this with CONFIG_PCI due to mpc5xxx */ @@ -81,6 +81,8 @@ typedef struct global_data { unsigned long reloc_off; struct global_data *new_gd; /* relocated global data */ const void *fdt_blob; /* Our device tree, NULL if none */ + void *new_fdt; /* Relocated FDT */ + unsigned long fdt_size; /* Space reserved for relocated FDT */ void **jt; /* jump table */ char env_buf[32]; /* buffer for getenv() before reloc. */ struct arch_global_data arch; /* architecture-specific data */