summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamin Guo <samin.guo@starfivetech.com>2023-08-16 08:14:05 +0300
committerSamin Guo <samin.guo@starfivetech.com>2023-08-16 08:14:05 +0300
commitbcfbb46d7cc03f7097b196eb6bbc34dc2623b552 (patch)
tree07d64f911fe57e78962a68729abcc6fc2985341d
parentd93511fb5e47136b1340c6a46aea6f54093ab593 (diff)
downloadu-boot-bcfbb46d7cc03f7097b196eb6bbc34dc2623b552.tar.xz
riscv: starfive: vf2: remove CHIPA_SET_FORCE
CHIPA_SET_FORCE is for debug and no need any more. Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
-rw-r--r--include/configs/starfive-visionfive2.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/starfive-visionfive2.h b/include/configs/starfive-visionfive2.h
index 969ac55a3d..458f8a9da3 100644
--- a/include/configs/starfive-visionfive2.h
+++ b/include/configs/starfive-visionfive2.h
@@ -248,15 +248,6 @@
"run visionfive2_mem_set;" \
"run chipa_set;\0"
-#define CHIPA_SET_FORCE \
- "chipa_set_uboot_force=" \
- "fdt addr ${uboot_fdt_addr};" \
- "run chipa_gmac_set; \0" \
- "chipa_set_linux_force=" \
- "fdt addr ${fdt_addr_r};" \
- "run visionfive2_mem_set;" \
- "run chipa_gmac_set; \0" \
-
#define VISIONFIVE2_BOOTENV_NVME \
"nvmepart=3\0" \
"devnvme=0\0" \
@@ -331,7 +322,6 @@
CPU_SPEED_1500_SET \
CPU_FREQ_VOL_SET \
CMA_SIZE_SET \
- CHIPA_SET_FORCE \
VISIONFIVE2_MEM_SET \
"type_guid_gpt_loader1=" TYPE_GUID_LOADER1 "\0" \
"type_guid_gpt_loader2=" TYPE_GUID_LOADER2 "\0" \