Am 14.08.19 um 15:18 schrieb Philippe Reynes: > From: Kursad Oney <[email protected]> > > wait_for_bit_le32 and wait_for_bit_le16 use the raw I/O functions > which would default to big-endian on BE systems. Create the generic > equivalents to use the native endianness. > > Signed-off-by: Kursad Oney <[email protected]> > Reviewed-by: Philippe Reynes <[email protected]> > --- > include/wait_bit.h | 2 ++ > 1 file changed, 2 insertions(+) > > Changelog: > v3: > - avoid double definition when readw_be/readl_be is defined > v2: > - move this patch from third place to second place >
Reviewed-by: Daniel Schwierzeck <[email protected]> -- - Daniel _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

