Forked from
Reform / reform-boundary-uboot
38840 commits behind the upstream repository.
-
Scott McNutt authored
The outx/writex macros were using writex(addr, val) rather than the standard writex(val, addr), resulting in incompatibilty with architecture independent components. This change set uses standard parameter order. Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
Scott McNutt authoredThe outx/writex macros were using writex(addr, val) rather than the standard writex(val, addr), resulting in incompatibilty with architecture independent components. This change set uses standard parameter order. Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
altera_uart.c 2.24 KiB