diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2014-02-08 10:10:02 +0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-21 07:54:05 -0500 |
commit | 94b5400e76f6a5100e2af88de274b0a6881bf94d (patch) | |
tree | 47df35ebafc74a344237b143f9db82e964824ea0 /include/linux/linux_string.h | |
parent | 1d568c7666e81fa920de38a3c83895764ea8cf0f (diff) | |
download | u-boot-imx-94b5400e76f6a5100e2af88de274b0a6881bf94d.zip u-boot-imx-94b5400e76f6a5100e2af88de274b0a6881bf94d.tar.gz u-boot-imx-94b5400e76f6a5100e2af88de274b0a6881bf94d.tar.bz2 |
serial/serial_arc: switch from {read|write}l to {read|write}b accessors
This is required for proper functionality on big-endian targets.
Memory-mapped registres of ARC UART are not 32-bit words but 8-bit bytes
so on little-endian target either acessor (_l or _b) works fine.
On big-endian only _b accessors works as expected.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Noam Camus <noamc@ezchip.com>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/linux/linux_string.h')
0 files changed, 0 insertions, 0 deletions