From: Felipe Balbi Date: Thu, 6 Nov 2014 14:28:48 +0000 (-0600) Subject: arm: omap5: make hw_init_data weak X-Git-Tag: v2015.01-rc3~2^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=29bc86ade9e1fe171c5fc85e1df02e33f7ac3a52;p=u-boot arm: omap5: make hw_init_data weak this way we can let boards overwrite based on what they need. Signed-off-by: Felipe Balbi Reviewed-by: Tom Rini --- diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c index 8b4d53a711..95f16866e6 100644 --- a/arch/arm/cpu/armv7/omap5/hw_data.c +++ b/arch/arm/cpu/armv7/omap5/hw_data.c @@ -593,7 +593,7 @@ const struct ctrl_ioregs ioregs_dra72x_es1 = { .ctrl_ddr_ctrl_ext_0 = 0xA2000000, }; -void hw_data_init(void) +void __weak hw_data_init(void) { u32 omap_rev = omap_revision();