Skip to content
Snippets Groups Projects
Commit 5bf5250e authored by Vikas Manocha's avatar Vikas Manocha Committed by Tom Rini
Browse files

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: default avatarVikas Manocha <vikas.manocha@st.com>
parent dc07961f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment