From e52b83ab13de0a19f3bdba8a4f29214c436ea7f2 Mon Sep 17 00:00:00 2001 From: Zong Li Date: Tue, 20 Jul 2021 14:26:08 +0800 Subject: board: sifive: drop stuff related to unmatched revision 1 This patch reverts the following commits: - 4b4159d0f3 ("riscv: dts: add dts for unmatched rev1") - ffe9a394df ("board: sifive: support spl multi-dtb on unmatched board") We won't plan to support unmatched that the revision below 3 in u-boot, so they can be dropped because they might be useless. Changed in v2: - rebase codebase to the latest master branch Signed-off-by: Zong Li Suggested-by: David Abdurachmanov Reviewed-by: Leo Yu-Chi Liang --- configs/sifive_unmatched_defconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configs/sifive_unmatched_defconfig') diff --git a/configs/sifive_unmatched_defconfig b/configs/sifive_unmatched_defconfig index a63eb751fc..4caf0de5dc 100644 --- a/configs/sifive_unmatched_defconfig +++ b/configs/sifive_unmatched_defconfig @@ -5,7 +5,6 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL_DM_SPI=y CONFIG_DEFAULT_DEVICE_TREE="hifive-unmatched-a00" CONFIG_SPL_MMC_SUPPORT=y -CONFIG_SPL_SYS_MALLOC_F_LEN=0x100000 CONFIG_SPL=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_TARGET_SIFIVE_UNMATCHED=y @@ -28,9 +27,6 @@ CONFIG_CMD_PWM=y CONFIG_CMD_GPT_RENAME=y CONFIG_CMD_PCI=y CONFIG_CMD_USB=y -CONFIG_SPL_MULTI_DTB_FIT=y -CONFIG_SPL_OF_LIST="hifive-unmatched-a00 hifive-unmatched-a00-rev1" -CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_SPL_CLK=y CONFIG_E1000=y -- cgit v1.2.3