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:
parent
12f613cf0e
commit
a581eba01d
@ -6,8 +6,6 @@
|
||||
#ifndef __asm_spl_h
|
||||
#define __asm_spl_h
|
||||
|
||||
#define CONFIG_SPL_BOARD_LOAD_IMAGE
|
||||
|
||||
enum {
|
||||
BOOT_DEVICE_BOARD,
|
||||
};
|
||||
|
@ -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,
|
||||
|
@ -15,6 +15,4 @@
|
||||
#include <configs/x86-common.h>
|
||||
#include <configs/x86-chromebook.h>
|
||||
|
||||
#define CONFIG_SPL_BOARD_LOAD_IMAGE
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
@ -34,6 +34,4 @@
|
||||
* - AHCI controller is supported for QEMU '-M q35' target
|
||||
*/
|
||||
|
||||
#define CONFIG_SPL_BOARD_LOAD_IMAGE
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
Loading…
Reference in New Issue
Block a user