Merge git://git.denx.de/u-boot-dm
This commit is contained in:
@@ -449,6 +449,9 @@ static int initr_env(void)
|
||||
env_relocate();
|
||||
else
|
||||
set_default_env(NULL);
|
||||
#ifdef CONFIG_OF_CONTROL
|
||||
setenv_addr("fdtcontroladdr", gd->fdt_blob);
|
||||
#endif
|
||||
|
||||
/* Initialize from environment */
|
||||
load_addr = getenv_ulong("loadaddr", 16, load_addr);
|
||||
|
||||
Reference in New Issue
Block a user