summaryrefslogtreecommitdiffstats
path: root/board/renesas/koelsch/koelsch.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-11-17 08:43:21 -0500
committerTom Rini <trini@ti.com>2014-11-17 08:43:21 -0500
commit256d83cd6d8caf345ffba414a0f77f30d68caf8a (patch)
tree091e72a612f8fd2b1cb8652885ea53ac4a8f1a11 /board/renesas/koelsch/koelsch.c
parent2086e388d56cbb0e3737a6276f04f00f74bf6723 (diff)
parent5ca6dfe6e7ede94fbdd711fa43aa58edace99b2b (diff)
downloadtalos-obmc-uboot-256d83cd6d8caf345ffba414a0f77f30d68caf8a.tar.gz
talos-obmc-uboot-256d83cd6d8caf345ffba414a0f77f30d68caf8a.zip
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'board/renesas/koelsch/koelsch.c')
-rw-r--r--board/renesas/koelsch/koelsch.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/board/renesas/koelsch/koelsch.c b/board/renesas/koelsch/koelsch.c
index 37202f9815..244bc58633 100644
--- a/board/renesas/koelsch/koelsch.c
+++ b/board/renesas/koelsch/koelsch.c
@@ -90,7 +90,7 @@ void arch_preboot_os(void)
int board_init(void)
{
/* adress of boot parameters */
- gd->bd->bi_boot_params = KOELSCH_SDRAM_BASE + 0x100;
+ gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
/* Init PFC controller */
r8a7791_pinmux_init();
@@ -173,17 +173,6 @@ const struct rmobile_sysinfo sysinfo = {
CONFIG_RMOBILE_BOARD_STRING
};
-void dram_init_banksize(void)
-{
- gd->bd->bi_dram[0].start = KOELSCH_SDRAM_BASE;
- gd->bd->bi_dram[0].size = KOELSCH_SDRAM_SIZE;
-}
-
-int board_late_init(void)
-{
- return 0;
-}
-
void reset_cpu(ulong addr)
{
u8 val;
OpenPOWER on IntegriCloud