Some boards may differ only in the SDRAM size. This function allows to fix the size accordingly and we can use the same u-boot binary for both boards.
Signed-off-by: Holger Brunck <holger.bru...@keymile.com> Signed-off-by: Gerlando Falauto <gerlando.fala...@keymile.com> cc: Prafulla Wadaskar <prafu...@marvell.com> cc: Valentin Longchamp <valentin.longch...@keymile.com> cc: Marek Vasut <ma...@denx.de> --- chages for v3: - new patch board/keymile/km_arm/km_arm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c index 2b2ca39..9a616fc 100644 --- a/board/keymile/km_arm/km_arm.c +++ b/board/keymile/km_arm/km_arm.c @@ -250,7 +250,7 @@ int board_early_init_f(void) tmp = readl(KW_GPIO0_BASE + 4); writel(tmp & (~KM_KIRKWOOD_SOFT_I2C_GPIOS) , KW_GPIO0_BASE + 4); #endif - + kw_sdram_size_adjust(); kirkwood_mpp_conf(kwmpp_config, NULL); return 0; } -- 1.7.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot