diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:06 -0400 |
commit | 54d865b8dbad205e44cbe43b3f9b48834a2b762d (patch) | |
tree | 46e1749cf701255184a4e22df66d5fb82c2084f2 /include | |
parent | a51cff256acd8a45b32680b0aa094c82aff66e48 (diff) | |
download | u-boot-54d865b8dbad205e44cbe43b3f9b48834a2b762d.tar.gz u-boot-54d865b8dbad205e44cbe43b3f9b48834a2b762d.tar.xz u-boot-54d865b8dbad205e44cbe43b3f9b48834a2b762d.zip |
Convert CONFIG_BUILD_TARGET to Kconfig
This converts the following to Kconfig:
CONFIG_BUILD_TARGET
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/db-88f6281-bp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/db-88f6281-bp.h b/include/configs/db-88f6281-bp.h index cc51e6646e..e234b0bf98 100644 --- a/include/configs/db-88f6281-bp.h +++ b/include/configs/db-88f6281-bp.h @@ -11,7 +11,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ #define CONFIG_SYS_TCLK 166666667 #define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage.cfg -#define CONFIG_BUILD_TARGET "u-boot.kwb" /* additions for new ARM relocation support */ #define CONFIG_SYS_SDRAM_BASE 0x00000000 |