summaryrefslogtreecommitdiff
path: root/include/configs/starfive-dubhe-fpga.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/starfive-dubhe-fpga.h')
-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 */