]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: use generic gd->start_addr_sp
authorAndreas Bießmann <andreas.devel@googlemail.com>
Fri, 6 Feb 2015 22:06:44 +0000 (23:06 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:51 +0000 (13:53 +0200)
commit557081372574e740607ebafcd3a12bdab58d16ef
tree96504364ced0d39d2226e620c9f3163a3e5ccd33
parentd6ac3333c6974b4cb8bd1c34abd23817fb97f1af
avr32: use generic gd->start_addr_sp

Before avr32 had an extra storage for stack end to have a nice stack printout
on exception. Remove this extra storage and use generic gd->start_addr_sp
instead.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/avr32/cpu/exception.c
arch/avr32/include/asm/global_data.h
arch/avr32/lib/board.c