diff options
author | Mario Six | 2019-01-21 09:17:27 +0100 |
---|---|---|
committer | Mario Six | 2019-05-20 13:50:34 +0200 |
commit | d5cfa4aa5d6422ad654bbc4032361c2367439de8 (patch) | |
tree | 1452cc77b8dade6f110a8fdee9f92ed572c63788 /include/usb/ehci-ci.h | |
parent | bd3b867eb988b6796909765310cd2ae8b2b3cd94 (diff) |
mpc83xx: Introduce ARCH_MPC834*
Replace CONFIG_MPC834* with proper CONFIG_ARCH_MPC834* Kconfig options.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/usb/ehci-ci.h')
-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 |