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