aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-12 17:35:40 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:00 -0400
commita581eba01d9acdaa73457a9bbbf30f518780dc97 (patch)
tree896cc5b22383d22176224a06fc8756596da3e8bd /arch/sandbox
parent12f613cf0e823b278917faf58643383bf309e668 (diff)
downloadu-boot-a581eba01d9acdaa73457a9bbbf30f518780dc97.zip
u-boot-a581eba01d9acdaa73457a9bbbf30f518780dc97.tar.gz
u-boot-a581eba01d9acdaa73457a9bbbf30f518780dc97.tar.bz2
spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE
This symbol has been unused in code for some time now, remove the final references. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/include/asm/spl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sandbox/include/asm/spl.h b/arch/sandbox/include/asm/spl.h
index d25dc7c..bf5a585 100644
--- a/arch/sandbox/include/asm/spl.h
+++ b/arch/sandbox/include/asm/spl.h
@@ -6,8 +6,6 @@
#ifndef __asm_spl_h
#define __asm_spl_h
-#define CONFIG_SPL_BOARD_LOAD_IMAGE
-
enum {
BOOT_DEVICE_BOARD,
};