All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v5 10/13] riscv: dts: Sort build targets in alphabetical order
Date: Mon, 10 May 2021 20:23:38 +0800	[thread overview]
Message-ID: <20210510122341.13798-11-bmeng.cn@gmail.com> (raw)
In-Reply-To: <20210510122341.13798-1-bmeng.cn@gmail.com>

Sort the RISC-V DTS build targets by their Kconfig target names in
alphabetical order.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

---

(no changes since v2)

Changes in v2:
- new patch: "riscv: dts: Sort build targets in alphabetical order"

 arch/riscv/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile
index 8138d89d84..3780334875 100644
--- a/arch/riscv/dts/Makefile
+++ b/arch/riscv/dts/Makefile
@@ -1,9 +1,9 @@
 # SPDX-License-Identifier: GPL-2.0+
 
 dtb-$(CONFIG_TARGET_AX25_AE350) += ae350_32.dtb ae350_64.dtb
+dtb-$(CONFIG_TARGET_MICROCHIP_ICICLE) += microchip-mpfs-icicle-kit.dtb
 dtb-$(CONFIG_TARGET_SIFIVE_UNLEASHED) += hifive-unleashed-a00.dtb
 dtb-$(CONFIG_TARGET_SIPEED_MAIX) += k210-maix-bit.dtb
-dtb-$(CONFIG_TARGET_MICROCHIP_ICICLE) += microchip-mpfs-icicle-kit.dtb
 
 targets += $(dtb-y)
 
-- 
2.25.1

  parent reply	other threads:[~2021-05-10 12:23 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-10 12:23 [PATCH v5 00/13] riscv: Switch to use binman to generate u-boot.itb Bin Meng
2021-05-10 12:23 ` [PATCH v5 01/13] common: kconfig: Correct a typo in SPL_LOAD_FIT Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA1264@ATCPCS12.andestech.com>
2021-05-12  3:38     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 02/13] binman: Correct '-a' description in the doc Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA1271@ATCPCS12.andestech.com>
2021-05-12  3:39     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 03/13] binman: Correct the comment for ATF entry type Bin Meng
2021-05-10 12:23 ` [PATCH v5 04/13] binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts Bin Meng
2021-05-10 12:23 ` [PATCH v5 05/13] binman: Add support for RISC-V OpenSBI fw_dynamic blob Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA0B99@ATCPCS12.andestech.com>
2021-05-11  1:12     ` FW: " Rick Chen
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA12A3@ATCPCS12.andestech.com>
2021-05-12  3:44     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 06/13] makefile: Pass OpenSBI blob to binman make rules Bin Meng
2021-05-10 12:23 ` [PATCH v5 07/13] riscv: sifive: unleashed: Switch to use binman to generate u-boot.itb Bin Meng
2021-05-10 12:23 ` [PATCH v5 08/13] lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED Bin Meng
2021-05-10 16:28   ` Simon Glass
2021-05-10 16:34     ` Bin Meng
2021-05-10 16:46       ` Simon Glass
2021-05-10 12:23 ` [PATCH v5 09/13] binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE Bin Meng
2021-05-10 16:28   ` Simon Glass
2021-05-10 12:23 ` Bin Meng [this message]
2021-05-10 16:28   ` [PATCH v5 10/13] riscv: dts: Sort build targets in alphabetical order Simon Glass
2021-05-10 12:23 ` [PATCH v5 11/13] riscv: qemu: Switch to use binman to generate u-boot.itb Bin Meng
2021-05-10 12:23 ` [PATCH v5 12/13] riscv: ae350: " Bin Meng
2021-05-10 16:28   ` Simon Glass
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA1246@ATCPCS12.andestech.com>
2021-05-12  3:35     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 13/13] riscv: Drop USE_SPL_FIT_GENERATOR Bin Meng
2021-05-10 16:28   ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210510122341.13798-11-bmeng.cn@gmail.com \
    --to=bmeng.cn@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.