]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: add support for CONFIG_SYS_INIT_SP_ADDR
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 18 Jan 2015 21:18:38 +0000 (22:18 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Jan 2015 13:07:16 +0000 (14:07 +0100)
commitdd82128ef5e9fc660862a0a60423aa01a03de5d4
treef62fed5cc38da9680d9532403ab0ab203dc0b777
parent9d638eeab71c506cdb7b085fa1932dad13885c02
MIPS: add support for CONFIG_SYS_INIT_SP_ADDR

Support the existing config option CONFIG_SYS_INIT_SP_ADDR on
MIPS. This allows to move the initial stack to other places
than the beginning of RAM.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/cpu/mips32/start.S
arch/mips/cpu/mips64/start.S