Re: [U-Boot] [PATCH 16/39] x86: Fix up some missing prototypes

2014-11-08 Thread Simon Glass
On 7 November 2014 03:07, Bin Meng bmeng...@gmail.com wrote: On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: Some functions are missing prototypes. Fix those that are specific to x86. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/coreboot/coreboot.c |

Re: [U-Boot] [PATCH 16/39] x86: Fix up some missing prototypes

2014-11-07 Thread Bin Meng
On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: Some functions are missing prototypes. Fix those that are specific to x86. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/coreboot/coreboot.c | 4 +--- arch/x86/cpu/coreboot/sdram.c | 4 ++--

[U-Boot] [PATCH 16/39] x86: Fix up some missing prototypes

2014-11-06 Thread Simon Glass
Some functions are missing prototypes. Fix those that are specific to x86. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/coreboot/coreboot.c | 4 +--- arch/x86/cpu/coreboot/sdram.c | 4 ++-- arch/x86/cpu/cpu.c| 3 +-- arch/x86/cpu/interrupts.c | 2 +-