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
#define __asm_spl_h
#define CONFIG_SPL_BOARD_LOAD_IMAGE
enum {
BOOT_DEVICE_BOARD,
};

View 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,

View file

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

View file

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