diff mbox series

board: gateworks: venice: config file cleanups

Message ID 20220211185206.9931-1-tharvey@gateworks.com
State Accepted
Commit 10673ebb1f642f5d718e48367077c1137db98920
Delegated to: Stefano Babic
Headers show
Series board: gateworks: venice: config file cleanups | expand

Commit Message

Tim Harvey Feb. 11, 2022, 6:52 p.m. UTC
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>
---
 include/configs/imx8mm_venice.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Fabio Estevam Feb. 11, 2022, 7:40 p.m. UTC | #1
On Fri, Feb 11, 2022 at 3:52 PM Tim Harvey <tharvey@gateworks.com> wrote:
>
> 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>
Stefano Babic Feb. 19, 2022, 1:08 p.m. UTC | #2
> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/imx8mm_venice.h b/include/configs/imx8mm_venice.h
index 7ab11cc8fb19..d9a86a62ed08 100644
--- a/include/configs/imx8mm_venice.h
+++ b/include/configs/imx8mm_venice.h
@@ -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" \
@@ -109,6 +105,5 @@ 
 #define CONFIG_FEC_XCV_TYPE             RGMII
 #define CONFIG_FEC_MXC_PHYADDR          0
 #define FEC_QUIRK_ENET_MAC
-#define IMX_FEC_BASE			0x30BE0000
 
 #endif