summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-20 17:46:21 +0300
committerWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-20 17:46:21 +0300
commita548724944c97b0db7ac30921815fec39d3f00db (patch)
treea31a216e1957b08bf17fb77728f530385ddb983f
parent698f2448fafcf6d2210234f5f7a4f850cecf0965 (diff)
downloadu-boot-a548724944c97b0db7ac30921815fec39d3f00db.tar.xz
include: configs: starfive-dubhe-fpga.h: Update serverip for Dubhe
Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
-rw-r--r--include/configs/starfive-dubhe-fpga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/starfive-dubhe-fpga.h b/include/configs/starfive-dubhe-fpga.h
index faf06816d3..68604c4f66 100644
--- a/include/configs/starfive-dubhe-fpga.h
+++ b/include/configs/starfive-dubhe-fpga.h
@@ -4,7 +4,7 @@
#define CFG_EXTRA_ENV_SETTINGS \
"ipaddr=192.168.152.100\0" \
"netmask=255.255.255.0\0" \
- "serverip=192.168.152.30\0" \
+ "serverip=192.168.152.85\0" \
"dubhe_boot=booti 0xa1000000 - 0xa0000000;\0" \
"tftp_boot=tftp 0xa1000000 Image; tftp 0xa0000000 dubhe_fpga.dtb; \
run dubhe_boot;\0" \