Hi Simon, On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass <s...@chromium.org> wrote: > At present this uses u32 to store an address. We should use unsigned long > and avoid special types in function return values and parameters unless > necessary. This makes the code more portable. > > I believe Alex Graf has a patch to correct all of these, so this is just > a WIP patch. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > Changes in v2: None > > arch/x86/include/asm/mpspec.h | 8 ++++---- > arch/x86/lib/mpspec.c | 12 ++++++------ > 2 files changed, 10 insertions(+), 10 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com> I don't see Alex's patch on this mpspec.c file, but only smbios.c, guess "WIP" tag is not needed. Regards, Bin _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot