projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59cc51
)
xtensa: Remove local no-op dram_init_banksize()
author
Stefan Roese
<sr@denx.de>
Thu, 13 Aug 2020 07:53:32 +0000
(09:53 +0200)
committer
Stefan Roese
<sr@denx.de>
Wed, 26 Aug 2020 07:19:45 +0000
(09:19 +0200)
When this no-op dram_init_banksize() is removed, the weak default will
be used instead, which correctly sets the bi_dram[] banksize values.
Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Ovidiu Panait <ovidiu.panait@windriver.com>
board/cadence/xtfpga/xtfpga.c
patch
|
blob
|
history
diff --git
a/board/cadence/xtfpga/xtfpga.c
b/board/cadence/xtfpga/xtfpga.c
index
4b49b6e
..
5811c43
100644
(file)
--- a/
board/cadence/xtfpga/xtfpga.c
+++ b/
board/cadence/xtfpga/xtfpga.c
@@
-49,11
+49,6
@@
int checkboard(void)
return 0;
}
-int dram_init_banksize(void)
-{
- return 0;
-}
-
int board_postclk_init(void)
{
/*