diff options
Diffstat (limited to 'board/ti/ti814x/evm.c')
| -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 7adb52405..4759b167a 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  	 */ |