summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2016-08-05 18:26:15 +0300
committerJoe Hershberger <joe.hershberger@ni.com>2016-08-15 13:34:46 -0500
commitf0727120a7b0cfb0f9ba6c3ed46cf970d9182c74 (patch)
tree230c58c70ffe54c26b95fcaf2dc263d55732e6df /include/configs
parenteb4e8ceb4787ffaba4c2ff3b34978138b25ec248 (diff)
downloadu-boot-imx-f0727120a7b0cfb0f9ba6c3ed46cf970d9182c74.zip
u-boot-imx-f0727120a7b0cfb0f9ba6c3ed46cf970d9182c74.tar.gz
u-boot-imx-f0727120a7b0cfb0f9ba6c3ed46cf970d9182c74.tar.bz2
net/ethoc: add Kconfig entry for the driver
Add Kconfig entry for the driver, remove #define CONFIG_ETHOC from the only board configuration that uses it and put it into that board's defconfig. Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/openrisc-generic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/openrisc-generic.h b/include/configs/openrisc-generic.h
index 913256a..227c0ca 100644
--- a/include/configs/openrisc-generic.h
+++ b/include/configs/openrisc-generic.h
@@ -44,7 +44,6 @@
/*
* Ethernet
*/
-#define CONFIG_ETHOC
#define CONFIG_SYS_ETHOC_BASE 0x92000000
#define CONFIG_BOOTFILE "boot.img"