diff options
| author | Tom Rini <[email protected]> | 2022-02-25 11:19:48 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-03 16:51:20 -0500 |
| commit | fdfb17b1f593d1c579c4f65cfbe9fc53011d3cdc (patch) | |
| tree | 3c952c3b7d245e8542c17d27f872371d957a2e4c /include/configs/devkit3250.h | |
| parent | 6d21dd313b5d7baf0d125344de4e997a0341f348 (diff) | |
Convert CONFIG_BOOTFILE to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTFILE
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/devkit3250.h')
| -rw-r--r-- | include/configs/devkit3250.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index f30958f0d35..0a701e7dd03 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -94,8 +94,6 @@ * U-Boot Commands */ -#define CONFIG_BOOTFILE "uImage" - /* * SPL specific defines */ |
