mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 07:16:59 +00:00
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:
parent
a70e157f30
commit
29bc86ade9
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue