Home
last modified time | relevance | path

Searched hist:"480 ca13e74ddec62540079ddeb689cf275b3073f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dspl.c480ca13e74ddec62540079ddeb689cf275b3073f Tue Dec 23 19:04:51 UTC 2014 Simon Glass <sjg@chromium.org> arm: Add warnings about using gdata

We need to get rid of this SPL-specific setting of the global_data pointer.
It is already set up in start.S immediately before board_init_f() is called,
and there may be information there that is needed (e.g. pre-reloc malloc
info).

Signed-off-by: Simon Glass <sjg@chromium.org>