forked from Imagelibrary/rtems
bsp/gen83xx: Support for MPC830X
This commit is contained in:
@@ -251,7 +251,11 @@ void cpu_init( void)
|
|||||||
#else /* HAS_UBOOT */
|
#else /* HAS_UBOOT */
|
||||||
(uint32_t) IMMRBAR,
|
(uint32_t) IMMRBAR,
|
||||||
#endif /* HAS_UBOOT */
|
#endif /* HAS_UBOOT */
|
||||||
1024 * 1024,
|
#if MPC83XX_CHIP_TYPE / 10 == 830
|
||||||
|
2 * 1024 * 1024,
|
||||||
|
#else
|
||||||
|
1024 * 1024,
|
||||||
|
#endif
|
||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
|
|||||||
Reference in New Issue
Block a user