diff options
author | Tom Rini | 2022-02-25 11:19:48 -0500 |
---|---|---|
committer | Tom Rini | 2022-03-03 16:51:20 -0500 |
commit | fdfb17b1f593d1c579c4f65cfbe9fc53011d3cdc (patch) | |
tree | 3c952c3b7d245e8542c17d27f872371d957a2e4c /include/configs/am3517_evm.h | |
parent | 6d21dd313b5d7baf0d125344de4e997a0341f348 (diff) |
Convert CONFIG_BOOTFILE to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTFILE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r-- | include/configs/am3517_evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 63805d3321c..456ed434332 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -44,9 +44,6 @@ #endif /* CONFIG_MTD_RAW_NAND */ /* Environment information */ - -#define CONFIG_BOOTFILE "uImage" - #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \ "console=ttyS2,115200n8\0" \ |