commit | 29afe9e6edc7a817a055de27e98e8d33aad683a2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 10 22:23:31 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 23 14:06:13 2014 +0100 |
tree | 2a3d950b6e5768d505322727fc6c73ab7a53ea6b | |
parent | d59476b6446799c21e64147d86483140154c1886 [diff] |
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>