commit | 62b021ca10008af517f6281dc9f093b37ab591f0 | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Fri Apr 07 15:38:13 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 11:38:40 2017 -0400 |
tree | 87360d32104ad5604bf1088629803cde53e93c24 | |
parent | f78f3866335d3eb906f5ddec28f453923b80ae3f [diff] |
spl: make image arg or fdt blob address reconfigurable At present fdt blob or argument address being passed to kernel is fixed at compile time using macro CONFIG_SYS_SPL_ARGS_ADDR. FDT blob from different media like nand, nor flash are copied to the address pointed by the macro. The problem is, it makes args/fdt blob compulsory to copy which is not required in cases like for NOR Flash. This patch removes this limitation. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>