summaryrefslogtreecommitdiff
path: root/include/configs/starfive-visionfive2.h
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2023-03-19 12:17:42 +0300
committerandy.hu <andy.hu@starfivetech.com>2023-03-19 12:17:42 +0300
commitd777f6dad24b546effd110833b1867e197665e07 (patch)
tree9e70cef959e457a11554bbac981cc58984976efa /include/configs/starfive-visionfive2.h
parent1d1c7237f298613439ad3d69a4c9fd812e27a4cf (diff)
parente2cfd27de26b121c5ca36916c399a66f70f3e660 (diff)
downloadu-boot-d777f6dad24b546effd110833b1867e197665e07.tar.xz
Merge branch 'CR_4117_vf2_sysboot_add_cpuvolset' into 'vf2-devel'
CR_4117: Added cpu_vol_set to distro sysboot flow See merge request sbc/u-boot!42
Diffstat (limited to 'include/configs/starfive-visionfive2.h')
-rw-r--r--include/configs/starfive-visionfive2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/starfive-visionfive2.h b/include/configs/starfive-visionfive2.h
index c94bd5e7fd..db8b309ded 100644
--- a/include/configs/starfive-visionfive2.h
+++ b/include/configs/starfive-visionfive2.h
@@ -156,6 +156,7 @@
"fi;" \
"else " \
"run visionfive2_mem_set;" \
+ "run cpu_vol_set;" \
"fatwrite mmc ${fatbootpart} ${fdt_addr_r} /dtbs/${fdtfile} ${filesize};" \
"fi; \0" \
"bootcmd_distro=" \