diff options
author | Tom Rini | 2022-05-11 13:27:44 -0400 |
---|---|---|
committer | Tom Rini | 2022-05-11 13:27:44 -0400 |
commit | c387e62614713d0cc9e3ed022b86c9f320b02853 (patch) | |
tree | b4a66ef7e1e2c15ee7ae8d3576225eed29880b93 /common/spl/Makefile | |
parent | 21e25992c86306b41caafcf85efc47d66f5efa6e (diff) | |
parent | db26c507c925f8ae0ebad9e22b67b2df8ae2184b (diff) |
Merge branch '2022-05-11-Kconfig-cleanups-etc'
- Migrate CONFIG_MTD_CONCAT to Kconfig, use CONFIG_VAL/IS_ENABLED in
more places, rename SPL_LEGACY_IMAGE_SUPPORT to
SPL_LEGACY_IMAGE_FORMAT and update some related dependencies for TI
platforms.
Diffstat (limited to 'common/spl/Makefile')
-rw-r--r-- | common/spl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Makefile b/common/spl/Makefile index e71e7bee664..13db3df9933 100644 --- a/common/spl/Makefile +++ b/common/spl/Makefile @@ -10,7 +10,7 @@ ifdef CONFIG_SPL_BUILD obj-$(CONFIG_$(SPL_TPL_)FRAMEWORK) += spl.o obj-$(CONFIG_$(SPL_TPL_)BOOTROM_SUPPORT) += spl_bootrom.o obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit.o -obj-$(CONFIG_$(SPL_TPL_)LEGACY_IMAGE_SUPPORT) += spl_legacy.o +obj-$(CONFIG_$(SPL_TPL_)LEGACY_IMAGE_FORMAT) += spl_legacy.o obj-$(CONFIG_$(SPL_TPL_)NOR_SUPPORT) += spl_nor.o obj-$(CONFIG_$(SPL_TPL_)XIP_SUPPORT) += spl_xip.o obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += spl_ymodem.o |