mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-24 20:21:25 +01:00
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
|
#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,
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user