diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-02 18:08:50 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-02 18:08:50 +0300 |
commit | 1b0769f2ed17ffc1cf9b32ad057bc8b160cbcbae (patch) | |
tree | af6e0bc4de02a443cb08b09e26b472ddc030967c /include/configs/ib62x0.h | |
parent | db4a29993d207fec33c07de8b8cb8a3fd22c9e6c (diff) | |
parent | d5512a32f683120f7e2d88b148bad1836f667a3c (diff) | |
download | u-boot-1b0769f2ed17ffc1cf9b32ad057bc8b160cbcbae.tar.xz |
Merge branch '2019-02-01-master-imports'
- Various TI platforms have been updated and DTS files re-synced and
options disabled if not used or migrated to the DM versions
- Improvements to the dumpimage tool
- Rename SPL FAT/EXT filesystem support symbols for consistency and then
allow them to be used to save more space in SPL.
- More lmb fixes
- Partial migration of CONFIG_BUILD_TARGET
Diffstat (limited to 'include/configs/ib62x0.h')
-rw-r--r-- | include/configs/ib62x0.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index f8d3c3b63f..5e54441c73 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -15,9 +15,6 @@ #define CONFIG_KW88F6281 /* SOC Name */ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ -/* Add target to build it automatically upon "make" */ -#define CONFIG_BUILD_TARGET "u-boot.kwb" - /* * Compression configuration */ |