On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass <[email protected]> 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. > > Signed-off-by: Simon Glass <[email protected]> > Reviewed-by: Bin Meng <[email protected]> > --- > > Changes in v3: > - Drop WIP tag as this patch is actually needed > > Changes in v2: None > > arch/x86/include/asm/mpspec.h | 8 ++++---- > arch/x86/lib/mpspec.c | 12 ++++++------ > 2 files changed, 10 insertions(+), 10 deletions(-) >
applied to u-boot-x86, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

