Skip to content

Commit ce3fe7a

Browse files
RISC-V: defconfigs: Remove redundant K210 DT source
The "k210_generic" DT has been the default in Kconfig since 67d9672 ("riscv: Update Canaan Kendryte K210 device tree"), so drop it from the defconfigs to avoid diff with savedefconfig. Reviewed-by: Anup Patel <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent d4b22b2 commit ce3fe7a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/riscv/configs/nommu_k210_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_EMBEDDED=y
2929
CONFIG_SLOB=y
3030
# CONFIG_MMU is not set
3131
CONFIG_SOC_CANAAN=y
32-
CONFIG_SOC_CANAAN_K210_DTB_SOURCE="k210_generic"
3332
CONFIG_MAXPHYSMEM_2GB=y
3433
CONFIG_SMP=y
3534
CONFIG_NR_CPUS=2

arch/riscv/configs/nommu_k210_sdcard_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ CONFIG_EMBEDDED=y
2121
CONFIG_SLOB=y
2222
# CONFIG_MMU is not set
2323
CONFIG_SOC_CANAAN=y
24-
CONFIG_SOC_CANAAN_K210_DTB_SOURCE="k210_generic"
2524
CONFIG_MAXPHYSMEM_2GB=y
2625
CONFIG_SMP=y
2726
CONFIG_NR_CPUS=2

0 commit comments

Comments
 (0)