]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE
authorTom Rini <trini@konsulko.com>
Thu, 12 May 2022 21:35:40 +0000 (17:35 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:00 +0000 (12:09 -0400)
This symbol has been unused in code for some time now, remove
the final references.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/sandbox/include/asm/spl.h
arch/x86/include/asm/spl.h
include/configs/chromebook_link.h
include/configs/qemu-x86.h

index d25dc7c82a03d5e8c2c562de834ce9da05de523c..bf5a585622be1c7ff2d63e58fbf32fa92d4ee6cc 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef __asm_spl_h
 #define __asm_spl_h
 
-#define CONFIG_SPL_BOARD_LOAD_IMAGE
-
 enum {
        BOOT_DEVICE_BOARD,
 };
index cc6cac08f23b00567ab426af3678886418c83cec..483cf702cbb41dcf1acd641e0260858877e9ab0f 100644 (file)
@@ -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,
index 96d5cf1a33893cc24d3ce60bd2257110703546ee..0787359674d656a73401fe526bb8cdce7aaa8e89 100644 (file)
@@ -15,6 +15,4 @@
 #include <configs/x86-common.h>
 #include <configs/x86-chromebook.h>
 
-#define CONFIG_SPL_BOARD_LOAD_IMAGE
-
 #endif /* __CONFIG_H */
index e9dbd54517fb2121ff5410be55c2c2b0d448cf49..ba843e35a4081e0de199b568aea2462eca8a013e 100644 (file)
@@ -34,6 +34,4 @@
  *   - AHCI controller is supported for QEMU '-M q35' target
  */
 
-#define CONFIG_SPL_BOARD_LOAD_IMAGE
-
 #endif /* __CONFIG_H */