brcm47xx: relocate the stack in loader
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 8 Oct 2017 16:31:03 +0000 (18:31 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 11 Oct 2017 19:36:24 +0000 (21:36 +0200)
By default we are reusing the stack provided by CFE, like it is intended
by CFE. On my WRT54GS it is located at 0x8043BF30, so a big kernel image
could overwrite it. Relocate it to a different memory region which is
still under the 8MB RAM, but in the higher area. We only need this
memory region for the stack of the loader, Linux will set up this
for its own.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

No differences found