the following patch was just integrated into master:
commit 8deb5c6e0fde0b326881c7684056fe9ec4f310e9
Author: Ronald G. Minnich <[email protected]>
Date:   Thu Feb 14 17:35:49 2013 -0800

    libpayload: Use the same type for 32 bit data in readl as in uint32_t.
    
    The compiler gets mad when the types are equivalent size but not necessarily
    interchangeable because of strict aliasing checks. Since uint32_t is likely 
to
    be used when trying to read 32 bit data, it makes sense for them to be the
    compatible.
    
    Signed-off-by: Gabe Black <[email protected]>
    
    Change-Id: If73d794866055dc026fc06d6268e692adac0f835
    Signed-off-by: Ronald G. Minnich <[email protected]>
    Reviewed-on: http://review.coreboot.org/2411
    Tested-by: build bot (Jenkins)
    Reviewed-by: Gabe Black <[email protected]>

Build-Tested: build bot (Jenkins) at Fri Feb 15 02:55:18 2013, giving +1
Reviewed-By: Gabe Black <[email protected]> at Fri Feb 15 06:26:24 2013, 
giving +2
See http://review.coreboot.org/2411 for details.

-gerrit

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to