mbox series

[v2,0/2] fdtoverlay related changes

Message ID 20240906070808.1045991-1-prasad.kummari@amd.com
Headers show
Series fdtoverlay related changes | expand

Message

Prasad Kummari Sept. 6, 2024, 7:08 a.m. UTC
Changes in v2:
- Corrected commit description.

Prasad Kummari (2):
  kbuild: cherry-pick kbuild fdtoverlay changes from linux
  arm64: zynqmp: Remove overlays and add new dtb entries for ZynqMP

 arch/arm/dts/Makefile  | 78 +++++++++++++++++++++++++++++++++---------
 scripts/Kbuild.include |  4 +++
 scripts/Makefile.build |  1 +
 scripts/Makefile.lib   | 27 +++++++++++++++
 4 files changed, 93 insertions(+), 17 deletions(-)

Comments

Michal Simek Sept. 20, 2024, 12:59 p.m. UTC | #1
On 9/6/24 09:08, Prasad Kummari wrote:
> Changes in v2:
> - Corrected commit description.
> 
> Prasad Kummari (2):
>    kbuild: cherry-pick kbuild fdtoverlay changes from linux
>    arm64: zynqmp: Remove overlays and add new dtb entries for ZynqMP
> 
>   arch/arm/dts/Makefile  | 78 +++++++++++++++++++++++++++++++++---------
>   scripts/Kbuild.include |  4 +++
>   scripts/Makefile.build |  1 +
>   scripts/Makefile.lib   | 27 +++++++++++++++
>   4 files changed, 93 insertions(+), 17 deletions(-)
> 

Applied.
M