2 * U-boot - main board file
4 * Copyright (c) 2008 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
11 #include <asm/blackfin.h>
13 DECLARE_GLOBAL_DATA_PTR;
17 printf("Board: ADI BF538F EZ-Kit Lite board\n");
18 printf(" Support: http://blackfin.uclinux.org/\n");
22 phys_size_t initdram(int board_type)
24 gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
25 gd->bd->bi_memsize = CONFIG_SYS_MAX_RAM_SIZE;
26 return gd->bd->bi_memsize;