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>
This commit is contained in:
Felipe Balbi 2014-11-06 08:28:48 -06:00 committed by Tom Rini
parent a70e157f30
commit 29bc86ade9

View File

@ -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();