diff options
author | wdenk <wdenk> | 2004-04-08 22:31:29 (GMT) |
---|---|---|
committer | wdenk <wdenk> | 2004-04-08 22:31:29 (GMT) |
commit | 7e780369e43ebf5c9e337dfad84dd36b2a08a21f (patch) | |
tree | 0e30d6ce7632bf4b01394224bc1aa85f5610b77e /cpu/mpc8xx/cpu_init.c | |
parent | 0608e04da9d0df5d00cf48a1d9141e2ea1bc9635 (diff) | |
download | u-boot-fsl-qoriq-7e780369e43ebf5c9e337dfad84dd36b2a08a21f.tar.xz |
* Patch by Mark Jonas: Remove config.tmp files only when
unconfiguring the board
* Adapt RMU board for bigger flash memory
* Test fix for ethernet problems on MPC5200
Diffstat (limited to 'cpu/mpc8xx/cpu_init.c')
-rw-r--r-- | cpu/mpc8xx/cpu_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc8xx/cpu_init.c b/cpu/mpc8xx/cpu_init.c index c7716dd..4dabd20 100644 --- a/cpu/mpc8xx/cpu_init.c +++ b/cpu/mpc8xx/cpu_init.c @@ -155,6 +155,7 @@ void cpu_init_f (volatile immap_t * immr) defined(CONFIG_MHPC) || \ defined(CONFIG_PCU_E) || \ defined(CONFIG_R360MPI) || \ + defined(CONFIG_RMU) || \ defined(CONFIG_RPXCLASSIC) || \ defined(CONFIG_RPXLITE) || \ defined(CONFIG_SPD823TS) |