2018-11-01 05:29:18

by Guo Ren

[permalink] [raw]
Subject: [GIT PULL] fixup dtb Kbuild for C-SKY(csky) Port

Please pull this to fixup dtb Kbuild rules for csky subsystem.

The following changes since commit ac435075892e3e651c667b4a9f2267cf3ef1d5a2:

Merge tag 'csky-for-linus-4.20' of https://github.com/c-sky/csky-linux (2018-10-29 08:25:00 -0700)

are available in the git repository at:

https://github.com/c-sky/csky-linux.git tags/csky-for-linus-4.20-fixup-dtb

for you to fetch changes up to e8d0c9a726cd1eae410148fcc6a1db23019f0334:

csky: use common dtb build rules (2018-11-01 10:52:27 +0800)

----------------------------------------------------------------
csky: dtb Kbuild fixup patches for linux-4.20-rc1

These patches are complementary to "C-SKY(csky) Port for Linux 4.20" and
fixup dtb Kbuild to follow the new Devicetree dtb build rules.

Link: https://lore.kernel.org/lkml/CABGGisxiWaQn9qDqpfxEWcckkGJfMzFvSPGvuhQK7oB404-6DQ@mail.gmail.com/
Signed-off-by: Guo Ren <[email protected]>

----------------------------------------------------------------
Guo Ren (2):
csky: remove builtin-dtb Kbuild
csky: use common dtb build rules

arch/csky/Kconfig.debug | 10 +---------
arch/csky/Makefile | 13 +------------
arch/csky/boot/dts/Makefile | 10 ----------
3 files changed, 2 insertions(+), 31 deletions(-)


2018-11-01 16:13:03

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] fixup dtb Kbuild for C-SKY(csky) Port

On Wed, Oct 31, 2018 at 10:28 PM Guo Ren <[email protected]> wrote:
>
> csky: dtb Kbuild fixup patches for linux-4.20-rc1

Pulled,

Linus