Skip to content
Snippets Groups Projects
Commit df4aa625 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

x86: Remove gdt_addr from arch_global_data


Remove this unused field.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 34fd5d25
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ struct global_data { ...@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment