diff options
author | Stefan Roese <sr@denx.de> | 2020-08-13 09:53:32 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-08-26 09:19:45 +0200 |
commit | 0f8d400b1b62a91ee8cb63a8071205b80dcb8bba (patch) | |
tree | aea14a38c7f916ec8bfe7cc3e9743897aa6da100 /board/cadence | |
parent | b59cc516a16f5f19b6a63693616b7eddf3419a21 (diff) | |
download | u-boot-0f8d400b1b62a91ee8cb63a8071205b80dcb8bba.tar.gz u-boot-0f8d400b1b62a91ee8cb63a8071205b80dcb8bba.tar.bz2 u-boot-0f8d400b1b62a91ee8cb63a8071205b80dcb8bba.zip |
xtensa: Remove local no-op dram_init_banksize()
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>
Diffstat (limited to 'board/cadence')
-rw-r--r-- | board/cadence/xtfpga/xtfpga.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/cadence/xtfpga/xtfpga.c b/board/cadence/xtfpga/xtfpga.c index 4b49b6e5c8..5811c43142 100644 --- 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) { /* |