Browse Source

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>
Felipe Balbi 10 years ago
parent
commit
29bc86ade9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/cpu/armv7/omap5/hw_data.c

+ 1 - 1
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,
 	.ctrl_ddr_ctrl_ext_0 = 0xA2000000,
 };
 };
 
 
-void hw_data_init(void)
+void __weak hw_data_init(void)
 {
 {
 	u32 omap_rev = omap_revision();
 	u32 omap_rev = omap_revision();