From 98ada4b3f035e11510c4a5bfc10b1c134ffbd2af Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sat, 19 May 2018 23:25:05 -0500 Subject: ARM: legoev3: disable networking This disables networking related items in the config. The EV3 does not have any networking hardware, so this is wasted space. Signed-off-by: David Lechner --- include/configs/legoev3.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 812fd0c14a..6972cedabf 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -43,7 +43,6 @@ DAVINCI_SYSCFG_SUSPSRC_TIMER0 | \ DAVINCI_SYSCFG_SUSPSRC_SPI0 | \ DAVINCI_SYSCFG_SUSPSRC_UART1 | \ - DAVINCI_SYSCFG_SUSPSRC_EMAC | \ DAVINCI_SYSCFG_SUSPSRC_I2C) /* @@ -152,7 +151,6 @@ "run flashboot; " \ "fi" #define CONFIG_EXTRA_ENV_SETTINGS \ - "hostname=EV3\0" \ "memsize=64M\0" \ "filesyssize=10M\0" \ "verify=n\0" \ -- cgit