]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: omap5: make hw_init_data weak
authorFelipe Balbi <balbi@ti.com>
Thu, 6 Nov 2014 14:28:48 +0000 (08:28 -0600)
committerTom Rini <trini@ti.com>
Thu, 4 Dec 2014 16:04:14 +0000 (11:04 -0500)
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>
arch/arm/cpu/armv7/omap5/hw_data.c

index 8b4d53a7112565b56c47b2b7af65d9076631a476..95f16866e6cbd9e043dcdf969a937e648bbd13a8 100644 (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();