aboutsummaryrefslogtreecommitdiff
path: root/include/configs/phycore_imx8mm.h
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2021-10-06 11:56:47 +0200
committerStefano Babic <sbabic@denx.de>2021-10-20 15:09:25 +0200
commit10b317fd8604ba56551fc4d3e4f1494af95946da (patch)
treedbf81a4f55f97d0690782487712d2c3e89c0a8c3 /include/configs/phycore_imx8mm.h
parent163089ca573ac5c965db6cb3c46a63c60d4f6370 (diff)
downloadu-boot-10b317fd8604ba56551fc4d3e4f1494af95946da.zip
u-boot-10b317fd8604ba56551fc4d3e4f1494af95946da.tar.gz
u-boot-10b317fd8604ba56551fc4d3e4f1494af95946da.tar.bz2
include: configs: phycore_imx8mm: Remove hard coded network settings
Remove ip address and server ip from board config as they should not be added hardcoded. Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Diffstat (limited to 'include/configs/phycore_imx8mm.h')
-rw-r--r--include/configs/phycore_imx8mm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/phycore_imx8mm.h b/include/configs/phycore_imx8mm.h
index 8d1fd15..aa87912 100644
--- a/include/configs/phycore_imx8mm.h
+++ b/include/configs/phycore_imx8mm.h
@@ -37,10 +37,7 @@
"console=ttymxc2,115200\0" \
"fdt_addr=0x48000000\0" \
"fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
- "ipaddr=192.168.3.11\0" \
- "serverip=192.168.3.10\0" \
- "netmask=255.225.255.0\0" \
- "ip_dyn=no\0" \
+ "ip_dyn=yes\0" \
"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
"mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
"mmcroot=2\0" \