diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:24 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-20 13:50:34 +0200 |
commit | 4bc97a3b816914d8b37e3d1ecac464e6193fd230 (patch) | |
tree | ec82777e82de13bd596d421cb1bd893103bef20e /drivers/qe | |
parent | 748198cb8d32d41bc35e6f492bac9948f339bece (diff) | |
download | u-boot-4bc97a3b816914d8b37e3d1ecac464e6193fd230.tar.gz |
mpc83xx: Introduce ARCH_MPC830*
Replace CONFIG_MPC830* with proper CONFIG_ARCH_MPC830* Kconfig options.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/qe')
-rw-r--r-- | drivers/qe/qe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c index 70d02d3f93..505ae9b45f 100644 --- a/drivers/qe/qe.c +++ b/drivers/qe/qe.c @@ -119,7 +119,7 @@ static void qe_sdma_init(void) */ static u8 thread_snum[] = { /* Evthreads 16-29 are not supported in MPC8309 */ -#if !defined(CONFIG_MPC8309) +#if !defined(CONFIG_ARCH_MPC8309) 0x04, 0x05, 0x0c, 0x0d, 0x14, 0x15, 0x1c, 0x1d, 0x24, 0x25, 0x2c, 0x2d, |