2 * ml2.c: U-Boot platform support for Xilinx ML2 board
4 * Copyright 2002 Mind NV
8 * Author : Peter De Schrijver (p2@mind.be)
10 * Derived from : Other platform support files in this tree
12 * This software may be used and distributed according to the terms of
13 * the GNU General Public License (GPL) version 2, incorporated herein by
14 * reference. Drivers based on or derived from this code fall under the GPL
15 * and must retain the authorship, copyright and this license notice. This
16 * file is not a complete program and may only be used when the entire
17 * program is licensed under the GPL.
22 #include <asm/processor.h>
25 int board_early_init_f (void)
33 char *s = getenv ("serial#");
36 if (!s || strncmp (s, "ML2", 9)) {
37 printf ("### No HW ID - assuming ML2");
39 for (e = s; *e; ++e) {
56 phys_size_t initdram (int board_type)
58 return 32 * 1024 * 1024;
63 printf ("test: xxx MB - ok\n");