diff options
| author | Tom Rini <[email protected]> | 2019-05-21 07:13:35 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-21 07:13:35 -0400 |
| commit | e1a2ed7180adeefb6164239a18249dca5701319d (patch) | |
| tree | 4a9d085f3154fb848c9ccfc391d87f39fd43c29f /include/usb | |
| parent | ffbad25b3221fd1b0cd0aff1128d57fcb279e020 (diff) | |
| parent | d494cdb97e18a30214d0414376d4eacdf82224fe (diff) | |
Merge git://git.denx.de/u-boot-mpc83xx
- Update MPC83xx platform support to current best practices, etc.
Diffstat (limited to 'include/usb')
| -rw-r--r-- | include/usb/ehci-ci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/ehci-ci.h b/include/usb/ehci-ci.h index e4579a5bec8..efb2eec5ce7 100644 --- a/include/usb/ehci-ci.h +++ b/include/usb/ehci-ci.h @@ -147,7 +147,7 @@ #if defined(CONFIG_MPC83xx) #define CONFIG_SYS_FSL_USB1_ADDR CONFIG_SYS_MPC83xx_USB1_ADDR -#if defined(CONFIG_MPC834x) +#if defined(CONFIG_ARCH_MPC834X) #define CONFIG_SYS_FSL_USB2_ADDR CONFIG_SYS_MPC83xx_USB2_ADDR #else #define CONFIG_SYS_FSL_USB2_ADDR 0 |
