ARM: uniphier: set dram_base environment variable

The base of DRAM will be changed for the next generation SoC.

Set the base address to the 'dram_base' environment variable, which
will be useful for scripting.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2019-07-10 20:07:49 +09:00
parent 3cc936d8ab
commit 7095678787

View File

@ -135,6 +135,8 @@ int board_late_init(void)
uniphier_set_env_fdt_file();
uniphier_set_env_addr("dram_base", NULL);
uniphier_set_env_addr("loadaddr", "loadaddr_offset");
return 0;