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/T104xRDB.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/T104xRDB.h')
-rw-r--r-- | include/configs/T104xRDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 2c4ede960ec..7365ee4a2ac 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -552,7 +552,6 @@ * Environment Configuration */ #define CONFIG_ROOTPATH "/opt/nfsroot" -#define CONFIG_BOOTFILE "uImage" #define CONFIG_UBOOTPATH "u-boot.bin" /* U-Boot image on TFTP server*/ #define __USB_PHY_TYPE utmi |