mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
x86: Remove gdt_addr from arch_global_data
Remove this unused field. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
34fd5d253d
commit
df4aa625a2
@ -61,7 +61,6 @@ struct global_data {
|
|||||||
unsigned long bus_clk;
|
unsigned long bus_clk;
|
||||||
unsigned long relocaddr; /* Start address of U-Boot in RAM */
|
unsigned long relocaddr; /* Start address of U-Boot in RAM */
|
||||||
unsigned long start_addr_sp; /* start_addr_stackpointer */
|
unsigned long start_addr_sp; /* start_addr_stackpointer */
|
||||||
unsigned long gdt_addr; /* Location of GDT */
|
|
||||||
phys_size_t ram_size; /* RAM size */
|
phys_size_t ram_size; /* RAM size */
|
||||||
unsigned long reset_status; /* reset status register at boot */
|
unsigned long reset_status; /* reset status register at boot */
|
||||||
const void *fdt_blob; /* Our device tree, NULL if none */
|
const void *fdt_blob; /* Our device tree, NULL if none */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user