mirror of
https://xff.cz/git/u-boot/
synced 2025-10-27 16:43:32 +01:00
microblaze: Remove unused variable ram_base
This variable is completely unused that's why remove it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
ulong ram_base;
|
|
||||||
|
|
||||||
int dram_init_banksize(void)
|
int dram_init_banksize(void)
|
||||||
{
|
{
|
||||||
return fdtdec_setup_memory_banksize();
|
return fdtdec_setup_memory_banksize();
|
||||||
|
|||||||
Reference in New Issue
Block a user