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>
This commit is contained in:
Tom Rini 2022-05-12 17:35:40 -04:00
parent 12f613cf0e
commit a581eba01d
4 changed files with 0 additions and 8 deletions

View File

@ -6,8 +6,6 @@
#ifndef __asm_spl_h #ifndef __asm_spl_h
#define __asm_spl_h #define __asm_spl_h
#define CONFIG_SPL_BOARD_LOAD_IMAGE
enum { enum {
BOOT_DEVICE_BOARD, BOOT_DEVICE_BOARD,
}; };

View File

@ -7,8 +7,6 @@
#ifndef __asm_spl_h #ifndef __asm_spl_h
#define __asm_spl_h #define __asm_spl_h
#define CONFIG_SPL_BOARD_LOAD_IMAGE
enum { enum {
BOOT_DEVICE_SPI_MMAP = 10, BOOT_DEVICE_SPI_MMAP = 10,
BOOT_DEVICE_FAST_SPI, BOOT_DEVICE_FAST_SPI,

View File

@ -15,6 +15,4 @@
#include <configs/x86-common.h> #include <configs/x86-common.h>
#include <configs/x86-chromebook.h> #include <configs/x86-chromebook.h>
#define CONFIG_SPL_BOARD_LOAD_IMAGE
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */

View File

@ -34,6 +34,4 @@
* - AHCI controller is supported for QEMU '-M q35' target * - AHCI controller is supported for QEMU '-M q35' target
*/ */
#define CONFIG_SPL_BOARD_LOAD_IMAGE
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */