Re: [RFC PATCH v2 22/30] arch/sh: Add dtbs target support.
Geert Uytterhoeven <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <CAMuHMdVpsC8kO4ymT6MUHHW1a-QVKe4J0z6jdc4Wd69yXbqvZw@mail.gmail.com> |
Hi Sato-san, On Wed, Sep 13, 2023 at 11:24 AM Yoshinori Sato <[email protected]> wrote: > Signed-off-by: Yoshinori Sato <[email protected]> Thanks for your patch! > --- a/arch/sh/boot/dts/Makefile > +++ b/arch/sh/boot/dts/Makefile > @@ -1,2 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0-only > obj-$(CONFIG_USE_BUILTIN_DTB) += $(addsuffix .dtb.o, $(CONFIG_BUILTIN_DTB_SOURCE)) > + > +dtb-$(CONFIG_CPU_J2) += j2_mimas_v2.dtb Until here, everything is fine. > +dtb-$(CONFIG_CPU_SUBTYPE_SH7751R) += landisk.dtb > +dtb-$(CONFIG_CPU_SUBTYPE_SH7751R) += rts7751r2dplus.dtb > +dtb-$(CONFIG_CPU_SUBTYPE_SH7751R) += usl-5p.dtb These DTS files do not exist yet. Please update the Makefile in each patch that adds a new DTS file. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds