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:
6bdda4b
)
board: sl28: remove unneeded ddr config parameter
author
Michael Walle
<michael@walle.cc>
Mon, 30 May 2022 21:02:08 +0000
(23:02 +0200)
committer
Peng Fan
<peng.fan@nxp.com>
Mon, 20 Jun 2022 07:52:45 +0000
(15:52 +0800)
config_2 doesn't need to be set to zero because that is already the
default value.
Signed-off-by: Michael Walle <michael@walle.cc>
board/kontron/sl28/ddr.c
patch
|
blob
|
history
diff --git
a/board/kontron/sl28/ddr.c
b/board/kontron/sl28/ddr.c
index d75b23e54c6c0039624d3ba30b023ba182e02225..ed799c6e345d51eca2e7112e24dce1a1526d2a89 100644
(file)
--- a/
board/kontron/sl28/ddr.c
+++ b/
board/kontron/sl28/ddr.c
@@
-69,7
+69,6
@@
int fsl_initdram(void)
dram_size = 0x80000000;
ddr_cfg_regs.cs[1].bnds = 0;
ddr_cfg_regs.cs[1].config = 0;
- ddr_cfg_regs.cs[1].config_2 = 0;
break;
case GPPORCR1_MEM_4GB_CS0_1:
dram_size = 0x100000000ULL;