projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df825d
)
ARM: zynq: Remove CONFIG_API
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 30 Nov 2015 14:46:12 +0000
(15:46 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Mon, 7 Dec 2015 08:59:04 +0000
(09:59 +0100)
CONFIG_API is causing compilation error when DM_ETH is enabled because
eth_get_dev() is not available.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
include/configs/zynq-common.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index a9e6bf046a974bd499b59a861a66e5e3aa80e5d1..5db501188b182b737a51ba952105f5ff53a7690a 100644
(file)
--- a/
include/configs/zynq-common.h
+++ b/
include/configs/zynq-common.h
@@
-297,7
+297,6
@@
/* Boot FreeBSD/vxWorks from an ELF image */
#if defined(CONFIG_ZYNQ_BOOT_FREEBSD)
-# define CONFIG_API
# define CONFIG_SYS_MMC_MAX_DEVICE 1
#endif