summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/spl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/include/asm/spl.h')
-rw-r--r--arch/sandbox/include/asm/spl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sandbox/include/asm/spl.h b/arch/sandbox/include/asm/spl.h
index 59f2401..eb3cb56 100644
--- a/arch/sandbox/include/asm/spl.h
+++ b/arch/sandbox/include/asm/spl.h
@@ -8,14 +8,6 @@
#define CONFIG_SPL_BOARD_LOAD_IMAGE
-/**
- * Board-specific load method for boards that have a special way of loading
- * U-Boot, which does not fit with the existing SPL code.
- *
- * @return 0 on success, negative errno value on failure.
- */
-int spl_board_load_image(void);
-
enum {
BOOT_DEVICE_BOARD,
};