commit | 84286e378d5bc3a0afdf443e76f44db5ccb34a45 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Oct 04 10:51:40 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Fri Nov 01 15:56:00 2013 -0400 |
tree | dc763c86b2c92dde26c1c6f3bf647cbf8e8b4412 | |
parent | 303bfe8024cd271dd27252703f96fad15173eac4 [diff] |
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>