Re: [U-Boot] [PATCH 26/82] x86: ivybridge: Declare global data where it is used

2016-10-10 Thread Bin Meng
On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: > Some files are missing this declaration. Add it to avoid build errors when > we actually need the declaration. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/ivybridge/bd82x6x.c | 2 ++ > arch/x86/cpu/ivybridge/gma.c | 2 +

[U-Boot] [PATCH 26/82] x86: ivybridge: Declare global data where it is used

2016-09-25 Thread Simon Glass
Some files are missing this declaration. Add it to avoid build errors when we actually need the declaration. Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/bd82x6x.c | 2 ++ arch/x86/cpu/ivybridge/gma.c | 2 ++ arch/x86/cpu/ivybridge/lpc.c | 2 ++ arch/x86/cpu/ivybrid