board: gateworks: venice: config file cleanups
authorTim Harvey <tharvey@gateworks.com>
Fri, 11 Feb 2022 18:52:06 +0000 (10:52 -0800)
committerStefano Babic <sbabic@denx.de>
Sat, 19 Feb 2022 13:46:54 +0000 (14:46 +0100)
Clean up config file:
 - remove unnecessary IMX_FEC_BASE
 - remove unnecessary comment
 - remove ipaddr/serverip from env

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
include/configs/imx8mm_venice.h

index 7ab11cc..d9a86a6 100644 (file)
@@ -34,8 +34,6 @@
        "ramdisk_addr_r=0x46400000\0" \
        "scriptaddr=0x46000000\0"
 
-/* Link Definitions */
-
 /* Enable Distro Boot */
 #ifndef CONFIG_SPL_BUILD
 #define BOOT_TARGET_DEVICES(func) \
@@ -54,8 +52,6 @@
        MEM_LAYOUT_ENV_SETTINGS \
        "script=boot.scr\0" \
        "bootm_size=0x10000000\0" \
-       "ipaddr=192.168.1.22\0" \
-       "serverip=192.168.1.146\0" \
        "dev=2\0" \
        "preboot=gsc wd-disable\0" \
        "console=ttymxc1,115200\0" \
 #define CONFIG_FEC_XCV_TYPE             RGMII
 #define CONFIG_FEC_MXC_PHYADDR          0
 #define FEC_QUIRK_ENET_MAC
-#define IMX_FEC_BASE                   0x30BE0000
 
 #endif