Re: [U-Boot] [PATCH 15/23] x86: Remove unnecessary casts and fix comment typos

2015-01-27 Thread Bin Meng
On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass s...@chromium.org wrote: Tidy up the FSP support code a little. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/lib/fsp/fsp_support.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[U-Boot] [PATCH 15/23] x86: Remove unnecessary casts and fix comment typos

2015-01-26 Thread Simon Glass
Tidy up the FSP support code a little. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/lib/fsp/fsp_support.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/x86/lib/fsp/fsp_support.c b/arch/x86/lib/fsp/fsp_support.c index bf37807..8b639f7 100644 ---