diff options
author | Tom Rini | 2023-10-23 11:39:38 -0400 |
---|---|---|
committer | Tom Rini | 2023-10-23 11:39:38 -0400 |
commit | cedc74123117cb0388766c4056c7d51846779f72 (patch) | |
tree | 3a31e16543d6ed29eb766f6315e1bbc57e611286 /arch/arm/dts/Makefile | |
parent | a8f6dab0d41caaa985241d4d79690b8bcef40720 (diff) | |
parent | 27347893f02d4457b80357a38c194a726a43533a (diff) |
Merge tag 'u-boot-at91-2024.01-b' of https://source.denx.de/u-boot/custodians/u-boot-at91
Second set of u-boot-at91 features for the 2024.01 cycle
This feature set a new board named Conclusive KSTR sama5d27 with some
small prerequisites patches.
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 3a9b365de10..96066a2b6b8 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -1234,6 +1234,9 @@ dtb-$(CONFIG_TARGET_SAMA5D27_SOM1_EK) += \ dtb-$(CONFIG_TARGET_SAMA5D27_WLSOM1_EK) += \ at91-sama5d27_wlsom1_ek.dtb +dtb-$(CONFIG_TARGET_KSTR_SAMA5D27) += \ + at91-kstr-sama5d27.dtb + dtb-$(CONFIG_TARGET_SAMA5D2_ICP) += \ at91-sama5d2_icp.dtb |