include: configs: phycore_imx8mm: Remove hard coded network settings
authorTeresa Remmet <t.remmet@phytec.de>
Wed, 6 Oct 2021 09:56:47 +0000 (11:56 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 20 Oct 2021 13:09:25 +0000 (15:09 +0200)
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>
include/configs/phycore_imx8mm.h

index 8d1fd15..aa87912 100644 (file)
        "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" \