mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00
ddr: marvell: a38x: old: Fix some compiler warning of the old code
Fix some compilation warning in the old DDR training code. Signed-off-by: Marek Behún <kabel@kernel.org>
This commit is contained in:
parent
cae6e8993c
commit
af6c737807
5 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/arch/cpu.h>
|
||||
#include <asm/arch/soc.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include "ddr3_init.h"
|
||||
|
||||
|
|
|
@ -291,7 +291,9 @@ extern struct cl_val_per_freq cas_latency_table[];
|
|||
extern u32 target_freq;
|
||||
extern struct hws_tip_config_func_db config_func_info[HWS_MAX_DEVICE_NUM];
|
||||
extern u32 clamp_tbl[];
|
||||
#if 0
|
||||
extern u32 init_freq;
|
||||
#endif
|
||||
/* list of allowed frequency listed in order of enum hws_ddr_freq */
|
||||
extern u32 freq_val[];
|
||||
extern u8 debug_training_static;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/arch/cpu.h>
|
||||
#include <asm/arch/soc.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include "ddr3_init.h"
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/arch/cpu.h>
|
||||
#include <asm/arch/soc.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include "ddr3_init.h"
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/arch/cpu.h>
|
||||
#include <asm/arch/soc.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include "ddr3_init.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue