diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-28 19:18:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-28 19:18:56 -0400 |
commit | ba17871884c10f64082ddba2f0632ec44a3ae490 (patch) | |
tree | 57a40015688fa395170307950c11cc528472b85e /arch/arm/dts | |
parent | 68545c1ac123520598eacc0e5078da2730a1916a (diff) | |
parent | 4b62ba8fa297183e74049d7aca855000134bafc9 (diff) | |
download | u-boot-ba17871884c10f64082ddba2f0632ec44a3ae490.tar.gz |
Merge branch '2021-09-25-TI-platform-updates' into next
- Start moving some TI board docs to rST
- Assorted TI-specific Kconfig migrations and namespace cleanups. This
also allows for some code cleanups.
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index f322775161..9e44817a40 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -929,7 +929,7 @@ endif dtb-$(CONFIG_RZA1) += \ r7s72100-gr-peach-u-boot.dtb -dtb-$(CONFIG_SOC_KEYSTONE) += keystone-k2hk-evm.dtb \ +dtb-$(CONFIG_ARCH_KEYSTONE) += keystone-k2hk-evm.dtb \ keystone-k2l-evm.dtb \ keystone-k2e-evm.dtb \ keystone-k2g-evm.dtb \ |