]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8260/commproc.c
* Patch by Yuli Barcohen, 13 Jul 2004:
[karo-tx-uboot.git] / cpu / mpc8260 / commproc.c
index ceb9275d264d45cda102c4658a77edebc13933f6..e5c5fcf27b97df40f76af5cd5496fa645d42ef88 100644 (file)
 #include <common.h>
 #include <asm/cpm_8260.h>
 
-/*
- * because we have stack and init data in dual port ram
- * we must reduce the size
- */
-#undef CPM_DATAONLY_SIZE
-#define CPM_DATAONLY_SIZE      ((uint)(8 * 1024) - CPM_DATAONLY_BASE)
-
 void
 m8260_cpm_reset(void)
 {