diff options
| author | Tom Rini <[email protected]> | 2022-05-12 17:35:40 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-06 12:09:00 -0400 |
| commit | a581eba01d9acdaa73457a9bbbf30f518780dc97 (patch) | |
| tree | 896cc5b22383d22176224a06fc8756596da3e8bd /include | |
| parent | 12f613cf0e823b278917faf58643383bf309e668 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/chromebook_link.h | 2 | ||||
| -rw-r--r-- | include/configs/qemu-x86.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h index 96d5cf1a338..0787359674d 100644 --- a/include/configs/chromebook_link.h +++ b/include/configs/chromebook_link.h @@ -15,6 +15,4 @@ #include <configs/x86-common.h> #include <configs/x86-chromebook.h> -#define CONFIG_SPL_BOARD_LOAD_IMAGE - #endif /* __CONFIG_H */ diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index e9dbd54517f..ba843e35a40 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -34,6 +34,4 @@ * - AHCI controller is supported for QEMU '-M q35' target */ -#define CONFIG_SPL_BOARD_LOAD_IMAGE - #endif /* __CONFIG_H */ |
