commit | 974a2aba99d29bada9212134e7565d2364967636 | [log] [tgz] |
---|---|---|
author | Arun Chandran <achandran@mvista.com> | Fri Jun 12 12:23:24 2015 +0530 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Jul 22 09:37:58 2015 +0200 |
tree | 1ac1e881c6c34388160c3d81060ddb4c6d67c8ac | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 [diff] |
ARM: zynq: Fix earlyprintk in big endian mode earlyprintk messages are not appearing on the terminal emulator during a big endian kernel boot. In BE mode sending full words to UART will result in unprintable characters as they are byte swapped versions of printable ones. So send only bytes. Signed-off-by: Arun Chandran <achandran@mvista.com> Tested-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>