summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap5/hw_data.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-11-06 08:28:48 -0600
committerTom Rini <trini@ti.com>2014-12-04 11:04:14 -0500
commit29bc86ade9e1fe171c5fc85e1df02e33f7ac3a52 (patch)
treed0f71d9fa89bc7eefbee5257ffb4325ec23d786d /arch/arm/cpu/armv7/omap5/hw_data.c
parenta70e157f304f578db7c99f5fba2ebeb882d736ba (diff)
downloadblackbird-obmc-uboot-29bc86ade9e1fe171c5fc85e1df02e33f7ac3a52.tar.gz
blackbird-obmc-uboot-29bc86ade9e1fe171c5fc85e1df02e33f7ac3a52.zip
arm: omap5: make hw_init_data weak
this way we can let boards overwrite based on what they need. Signed-off-by: Felipe Balbi <balbi@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/hw_data.c')
-rw-r--r--arch/arm/cpu/armv7/omap5/hw_data.c2
1 files changed, 1 insertions, 1 deletions
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();
OpenPOWER on IntegriCloud