summaryrefslogtreecommitdiffstats
path: root/include/spl.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2012-08-27 12:50:59 +0200
committerTom Rini <trini@ti.com>2012-09-27 11:20:27 -0700
commit33d346464adb8dc206d1f9adf73bdfe2ed959502 (patch)
tree293d8f1a0fcd7c448b96aacd19261bcfbe21f006 /include/spl.h
parent95a372b83685f99b6c947a6e0da55a6c474ab870 (diff)
downloadblackbird-obmc-uboot-33d346464adb8dc206d1f9adf73bdfe2ed959502.tar.gz
blackbird-obmc-uboot-33d346464adb8dc206d1f9adf73bdfe2ed959502.zip
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: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/spl.h')
-rw-r--r--include/spl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/spl.h b/include/spl.h
index 2923cd2a8d..e40538600e 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -56,6 +56,9 @@ void spl_display_print(void);
/* NAND SPL functions */
void spl_nand_load_image(void);
+/* NOR SPL functions */
+void spl_nor_load_image(void);
+
/* MMC SPL functions */
void spl_mmc_load_image(void);
OpenPOWER on IntegriCloud