3 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5 * SPDX-License-Identifier: GPL-2.0+
9 #include <asm/processor.h>
11 DECLARE_GLOBAL_DATA_PTR;
15 puts("BOARD: SH7750/SH7750S/SH7750R Solution Engine\n");
26 gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
27 gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
28 printf("DRAM: %dMB\n", CONFIG_SYS_SDRAM_SIZE / (1024 * 1024));
32 int board_late_init(void)