diff options
author | Stefan Roese <sr@denx.de> | 2007-07-11 10:13:53 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-11 21:03:06 (GMT) |
commit | 3865b1fb7843a08ad49a6319a36415752276ff48 (patch) | |
tree | 2bf23095eebda168b3e4c7e3f4ad7f686342614d /drivers | |
parent | e9514751cfa5cce61ea699fa0d3eb37898a5eeb5 (diff) | |
download | u-boot-fsl-qoriq-3865b1fb7843a08ad49a6319a36415752276ff48.tar.xz |
Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/macb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macb.c b/drivers/macb.c index ffb5f74..bf7853a 100644 --- a/drivers/macb.c +++ b/drivers/macb.c @@ -18,7 +18,7 @@ #include <common.h> #if defined(CONFIG_MACB) \ - && (defined(CONFIG_CMD_NET) || defined(CONFIG_CMD_MII))) + && (defined(CONFIG_CMD_NET) || defined(CONFIG_CMD_MII)) /* * The u-boot networking stack is a little weird. It seems like the |