commit | 28fbefa82e23df70f6e375479be5df573a4eb058 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Aug 06 10:23:45 2018 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 18 08:12:21 2018 -0600 |
tree | 6498222d45f3cb1c6fb39b47b9cd0186884e9e46 | |
parent | dea5df7142ecd7a4ffdbba98a772cf2a4df0d90c [diff] [blame] |
cpu: Add MPC83xx CPU driver Add a CPU driver for the MPC83xx architecture. Signed-off-by: Mario Six <mario.six@gdsys.cc>
diff --git a/arch/powerpc/cpu/mpc83xx/cpu_init.c b/arch/powerpc/cpu/mpc83xx/cpu_init.c index fcac9f6..1555205 100644 --- a/arch/powerpc/cpu/mpc83xx/cpu_init.c +++ b/arch/powerpc/cpu/mpc83xx/cpu_init.c
@@ -464,6 +464,7 @@ } #endif /* CONFIG_DISPLAY_AER_xxxx */ +#ifndef CONFIG_CPU_MPC83XX /* * Figure out the cause of the reset */ @@ -505,3 +506,4 @@ return 0; } +#endif