summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-20 17:44:54 +0300
committerWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-20 17:44:54 +0300
commitd660ae44986226289fd7d29f3b219c93170c9eb5 (patch)
treed355a99ed08d5173abb3bab88e0f78ec00d24d28 /include
parentf4c063e1db88ab57b9d6600aabfd9039e27aa3c2 (diff)
downloadu-boot-d660ae44986226289fd7d29f3b219c93170c9eb5.tar.xz
include: configs: starfive-dubhe-fpga.h: Update env for Dubhe
Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/starfive-dubhe-fpga.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/starfive-dubhe-fpga.h b/include/configs/starfive-dubhe-fpga.h
index e59322ef51..faf06816d3 100644
--- a/include/configs/starfive-dubhe-fpga.h
+++ b/include/configs/starfive-dubhe-fpga.h
@@ -1,5 +1,12 @@
#ifndef __CONFIG_H
#define __CONFIG_H
+#define CFG_EXTRA_ENV_SETTINGS \
+ "ipaddr=192.168.152.100\0" \
+ "netmask=255.255.255.0\0" \
+ "serverip=192.168.152.30\0" \
+ "dubhe_boot=booti 0xa1000000 - 0xa0000000;\0" \
+ "tftp_boot=tftp 0xa1000000 Image; tftp 0xa0000000 dubhe_fpga.dtb; \
+ run dubhe_boot;\0" \
#endif /* __CONFIG_H */