From: Hauke Mehrtens Date: Sun, 8 Oct 2017 16:31:03 +0000 (+0200) Subject: brcm47xx: relocate the stack in loader X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2909a4b78e2bce5f6b9c35361866d5e9477a1bdc;hp=2909a4b78e2bce5f6b9c35361866d5e9477a1bdc;p=openwrt%2Fstaging%2Fmkresin.git brcm47xx: relocate the stack in loader 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 ---