]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Support pre-relocation malloc()
authorSimon Glass <sjg@chromium.org>
Fri, 11 Jul 2014 04:23:31 +0000 (22:23 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 23 Jul 2014 13:06:13 +0000 (14:06 +0100)
commit29afe9e6edc7a817a055de27e98e8d33aad683a2
tree2a3d950b6e5768d505322727fc6c73ab7a53ea6b
parentd59476b6446799c21e64147d86483140154c1886
sandbox: Support pre-relocation malloc()

Set up and zero global data before board_init_f() is called so that we can
remove the need for CONFIG_SYS_GENERIC_GLOBAL_DATA.

Signed-off-by: Simon Glass <sjg@chromium.org>
README
arch/sandbox/cpu/start.c