MIPS: factor out code for initial stack and global data
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 25 Sep 2016 16:36:38 +0000 (18:36 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 30 Nov 2016 15:11:46 +0000 (16:11 +0100)
commitc3e72ab80135a19ac6eb2585b69de0acf19b87c1
tree91f0f05ee7e3569f503555f0c9c07bb207e0a730
parent65d297af7c6a08ec65bf005fa9bd5cdb955efe39
MIPS: factor out code for initial stack and global data

Move the code for setting up the initial stack and global data
to a macro to be able to use it more than once.

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