bsp/gen83xx: Support for MPC830X

This commit is contained in:
Sebastian Huber
2012-04-02 11:05:29 +02:00
parent 31ea310949
commit a3db5ff4ac

View File

@@ -251,7 +251,11 @@ void cpu_init( void)
#else /* HAS_UBOOT */
(uint32_t) IMMRBAR,
#endif /* HAS_UBOOT */
1024 * 1024,
#if MPC83XX_CHIP_TYPE / 10 == 830
2 * 1024 * 1024,
#else
1024 * 1024,
#endif
false,
true,
false,