summaryrefslogtreecommitdiff
path: root/include/configs/legoev3.h
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-05-19 23:25:05 -0500
committerTom Rini <trini@konsulko.com>2018-06-05 10:33:57 -0400
commit98ada4b3f035e11510c4a5bfc10b1c134ffbd2af (patch)
treeef6f7d7ed8330dd148842e56f89aace97ec6cbd2 /include/configs/legoev3.h
parent648e87a1ec961de00ac0d7dcbd15b2ff1804ef8d (diff)
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 <david@lechnology.com>
Diffstat (limited to 'include/configs/legoev3.h')
-rw-r--r--include/configs/legoev3.h2
1 files changed, 0 insertions, 2 deletions
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" \