X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fmach-socfpga%2Fboard.c;h=38e12a41a305cc7d956c3980b3cab0bece0c946c;hb=53faef1e3fea9ab45981707eaebdacd1af0275d5;hp=c23ac4ead3ed44a433b259cb308ff63e3554699e;hpb=9ef9fe3455557161d076a821f0a65ee490198931;p=u-boot diff --git a/arch/arm/mach-socfpga/board.c b/arch/arm/mach-socfpga/board.c index c23ac4ead3..38e12a41a3 100644 --- a/arch/arm/mach-socfpga/board.c +++ b/arch/arm/mach-socfpga/board.c @@ -28,6 +28,13 @@ int board_init(void) return 0; } +int dram_init_banksize(void) +{ + fdtdec_setup_memory_banksize(); + + return 0; +} + #ifdef CONFIG_USB_GADGET struct dwc2_plat_otg_data socfpga_otg_data = { .usb_gusbcfg = 0x1417,