]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nios2: Fix outx/writex parameter order in io.h
authorScott McNutt <smcnutt@psyent.com>
Mon, 22 Mar 2010 01:24:43 +0000 (21:24 -0400)
committerScott McNutt <smcnutt@psyent.com>
Fri, 2 Apr 2010 16:28:41 +0000 (12:28 -0400)
commit3ea0037f2337de692b5fd2b6a4449db1de3067a2
treedc79b32082081baa60f5ef8e43ca774814e5eeba
parent64da04d24ea685483f9afa07088f76931b6c0e01
nios2: Fix outx/writex parameter order in io.h

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>
board/altera/common/AMDLV065D.c
board/altera/common/epled.c
board/psyent/common/AMDLV065D.c
board/psyent/pk1c20/led.c
cpu/nios2/epcs.c
cpu/nios2/interrupts.c
drivers/serial/altera_jtag_uart.c
drivers/serial/altera_uart.c
drivers/serial/opencores_yanu.c
include/asm-nios2/io.h