Home
last modified time | relevance | path

Searched hist:"552998 e5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dti_armv7_common.h552998e5 Fri Oct 04 09:51:40 CDT 2013 Tom Rini <trini@ti.com> TI:armv7: Change CONFIG_SYS_SPL_ARGS_ADDR to a higher address

With changes to increase the size of the device tree (required to move
more data out of the kernel and into DT), loading the args at the old
address leads to us overwriting things later on. To correct this, load
the args file to where we load the device tree anyhow. This is also
safe for non-DT booting as in either case we use r2 to pass in the
location of things.

Signed-off-by: Tom Rini <trini@ti.com>