uboot-d1: add bootloader for upcoming d1 target
[openwrt/staging/mans0n.git] / package / boot / uboot-d1 / patches / 0077-riscv-Sort-target-configs-alphabetically.patch
1 From 35da34adec7b5b06ad81455a21c67a9c1152e2c9 Mon Sep 17 00:00:00 2001
2 From: Samuel Holland <samuel@sholland.org>
3 Date: Sat, 7 Aug 2021 12:09:35 -0500
4 Subject: [PATCH 77/90] riscv: Sort target configs alphabetically
5
6 Signed-off-by: Samuel Holland <samuel@sholland.org>
7 ---
8 arch/riscv/Kconfig | 8 ++++----
9 1 file changed, 4 insertions(+), 4 deletions(-)
10
11 --- a/arch/riscv/Kconfig
12 +++ b/arch/riscv/Kconfig
13 @@ -14,6 +14,9 @@ config TARGET_AX25_AE350
14 config TARGET_MICROCHIP_ICICLE
15 bool "Support Microchip PolarFire-SoC Icicle Board"
16
17 +config TARGET_OPENPITON_RISCV64
18 + bool "Support RISC-V cores on OpenPiton SoC"
19 +
20 config TARGET_QEMU_VIRT
21 bool "Support QEMU Virt Board"
22
23 @@ -28,9 +31,6 @@ config TARGET_SIPEED_MAIX
24 bool "Support Sipeed Maix Board"
25 select SYS_CACHE_SHIFT_6
26
27 -config TARGET_OPENPITON_RISCV64
28 - bool "Support RISC-V cores on OpenPiton SoC"
29 -
30 endchoice
31
32 config SYS_ICACHE_OFF
33 @@ -61,9 +61,9 @@ config SPL_SYS_DCACHE_OFF
34 source "board/AndesTech/ax25-ae350/Kconfig"
35 source "board/emulation/qemu-riscv/Kconfig"
36 source "board/microchip/mpfs_icicle/Kconfig"
37 +source "board/openpiton/riscv64/Kconfig"
38 source "board/sifive/unleashed/Kconfig"
39 source "board/sifive/unmatched/Kconfig"
40 -source "board/openpiton/riscv64/Kconfig"
41 source "board/sipeed/maix/Kconfig"
42
43 # platform-specific options below