projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29bc86a
)
arm: omap5: sdram: mark emif_get_ext_phy_ctrl_const_regs __weak
author
Felipe Balbi
<balbi@ti.com>
Thu, 6 Nov 2014 14:28:49 +0000
(08:28 -0600)
committer
Tom Rini
<trini@ti.com>
Thu, 4 Dec 2014 16:04:14 +0000
(11:04 -0500)
this will allow for boards to overwrite those
in case memory setup is different.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap5/sdram.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/omap5/sdram.c
b/arch/arm/cpu/armv7/omap5/sdram.c
index
065199b
..
7d8cec0
100644
(file)
--- a/
arch/arm/cpu/armv7/omap5/sdram.c
+++ b/
arch/arm/cpu/armv7/omap5/sdram.c
@@
-513,7
+513,7
@@
const struct lpddr2_mr_regs mr_regs = {
.mr16 = MR16_REF_FULL_ARRAY
};
-
static void
emif_get_ext_phy_ctrl_const_regs(u32 emif_nr,
+
void __weak
emif_get_ext_phy_ctrl_const_regs(u32 emif_nr,
const u32 **regs,
u32 *size)
{