2 * Find memory based upon settings in the CPC700 bridge
6 * 2001-2002 (c) MontaVista, Software, Inc. This file is licensed under
7 * the terms of the GNU General Public License version 2. This program
8 * is licensed "as is" without any warranty of any kind, whether express
12 #include <asm/types.h>
17 cpc700_get_mem_size(void)
20 unsigned long len
, amt
;
22 /* Start at MB1EA, since MB0EA will most likely be the ending address
24 for(len
= 0, i
= CPC700_MB1EA
; i
<= CPC700_MB4EA
; i
+=4) {
25 amt
= cpc700_read_memreg(i
);