]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/include/asm/global_data.h
avr32: use generic gd->start_addr_sp
[karo-tx-uboot.git] / arch / avr32 / include / asm / global_data.h
index d82fb7cc6d807c63637b452e83f15352713423e1..60abd007821cf76e0a96f45b08acde1762d68816 100644 (file)
@@ -8,7 +8,6 @@
 
 /* Architecture-specific global data */
 struct arch_global_data {
-       unsigned long stack_end;        /* highest stack address */
        unsigned long cpu_hz;           /* cpu core clock frequency */
 };