X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-avr32%2Fglobal_data.h;h=681c514ccf45d962abd5e5a10c44a8b282581673;hb=2468592d79891fea4f39d0a414c7316f3af03f4c;hp=01d836c6395a07d7922eb44a19b1f0e4dbc0428e;hpb=d3c5e8b2f5945d93de8f23b053e9dcd033983245;p=u-boot diff --git a/include/asm-avr32/global_data.h b/include/asm-avr32/global_data.h index 01d836c639..681c514ccf 100644 --- a/include/asm-avr32/global_data.h +++ b/include/asm-avr32/global_data.h @@ -35,10 +35,8 @@ typedef struct global_data { bd_t *bd; unsigned long flags; - const struct device *console_uart; - const struct device *sm; unsigned long baudrate; - unsigned long sdram_size; + unsigned long stack_end; /* highest stack address */ unsigned long have_console; /* serial_init() was called */ unsigned long reloc_off; /* Relocation Offset */ unsigned long env_addr; /* Address of env struct */