From a581eba01d9acdaa73457a9bbbf30f518780dc97 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 May 2022 17:35:40 -0400 Subject: 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 --- arch/sandbox/include/asm/spl.h | 2 -- arch/x86/include/asm/spl.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'arch') diff --git a/arch/sandbox/include/asm/spl.h b/arch/sandbox/include/asm/spl.h index d25dc7c82a0..bf5a585622b 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, }; diff --git a/arch/x86/include/asm/spl.h b/arch/x86/include/asm/spl.h index cc6cac08f23..483cf702cbb 100644 --- a/arch/x86/include/asm/spl.h +++ b/arch/x86/include/asm/spl.h @@ -7,8 +7,6 @@ #ifndef __asm_spl_h #define __asm_spl_h -#define CONFIG_SPL_BOARD_LOAD_IMAGE - enum { BOOT_DEVICE_SPI_MMAP = 10, BOOT_DEVICE_FAST_SPI, -- cgit v1.3.1