Skip to content
Snippets Groups Projects
Commit 33d34646 authored by Stefan Roese's avatar Stefan Roese Committed by Tom Rini
Browse files

SPL: Add NOR flash booting support


SPL NOR flash booting support is quite simple. Only copying of the
images is needed.

On MPC5xxx we need to make sure to only use the standard memcpy()
implementation and not the MPC5xxx specific one. As the MPC5xxx
version has some complexity which is not needed for this SPL
booting.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 95a372b8
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