diff options
author | Tom Rini <trini@ti.com> | 2013-06-05 12:45:34 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-05 12:45:34 -0400 |
commit | eecf9e2e78c3af4304740804b3649f3d4b8a922a (patch) | |
tree | 8bdc80b94dc1b9bde7a1c7919072025a99935855 /board/ti/ti814x | |
parent | 1318d00e5894ac55bc6b7297f3eda97983b79fae (diff) | |
parent | 4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674 (diff) | |
download | u-boot-imx-eecf9e2e78c3af4304740804b3649f3d4b8a922a.zip u-boot-imx-eecf9e2e78c3af4304740804b3649f3d4b8a922a.tar.gz u-boot-imx-eecf9e2e78c3af4304740804b3649f3d4b8a922a.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/ti/ti814x')
-rw-r--r-- | board/ti/ti814x/evm.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/ti/ti814x/evm.c b/board/ti/ti814x/evm.c index 7adb524..4759b16 100644 --- a/board/ti/ti814x/evm.c +++ b/board/ti/ti814x/evm.c @@ -149,6 +149,15 @@ static const struct ddr_data evm_ddr2_data = { void s_init(void) { #ifdef CONFIG_SPL_BUILD + /* + * Save the boot parameters passed from romcode. + * We cannot delay the saving further than this, + * to prevent overwrites. + */ +#ifdef CONFIG_SPL_BUILD + save_omap_boot_params(); +#endif + /* WDT1 is already running when the bootloader gets control * Disable it to avoid "random" resets */ |