commit | 45c8eceb0e3a3d33ecac0b27cee6c844b8065001 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Thu Oct 21 18:30:35 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu Oct 21 20:00:41 2010 +0200 |
tree | c6522510c0f2cecd1c4a339fac5c77d6538da48f | |
parent | 9a736015c198cc27d737eea8d1b0b57c44a700ff [diff] |
Fix building for 83xx boards with USB support Commit 29c6fbe0471afd7ffa41fcb2103eec5b53294897 broke building for 83xx boards with USB support: ehci-fsl.c: In function 'ehci_hcd_init': ehci-fsl.c:43: error: 'CONFIG_SYS_FSL_USB_ADDR' undeclared (first use in this function) ehci-fsl.c:43: error: (Each undeclared identifier is reported only once ehci-fsl.c:43: error: for each function it appears in.) make[1]: *** [ehci-fsl.o] Error 1 Signed-off-by: Anatolij Gustschin <agust@denx.de>