summaryrefslogtreecommitdiff
path: root/board/starfive/evb/starfive_evb.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/starfive/evb/starfive_evb.c')
-rw-r--r--board/starfive/evb/starfive_evb.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/starfive/evb/starfive_evb.c b/board/starfive/evb/starfive_evb.c
index 3fdbb29b6c..6d3ef222b7 100644
--- a/board/starfive/evb/starfive_evb.c
+++ b/board/starfive/evb/starfive_evb.c
@@ -202,6 +202,12 @@ static u32 get_chip_type(void)
return value;
}
+static void get_boot_mode(void)
+{
+ /* evb only support flash boot */
+ env_set("bootmode", "flash");
+}
+
#if CONFIG_IS_ENABLED(STARFIVE_OTP)
static void get_cpu_voltage_type(struct udevice *dev)
{
@@ -289,6 +295,8 @@ int board_late_init(void)
struct udevice *dev;
int ret;
+ get_boot_mode();
+
/*
* save the memory info by environment variable in u-boot,
* It will used to update the memory configuration in dts,