summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorSebastian Siewior <bigeasy@linutronix.de>2008-07-16 20:04:49 +0200
committerStefan Roese <sr@denx.de>2008-07-17 11:42:35 +0200
commit340ccb260f21516be360745d5c5e3bd0657698df (patch)
tree7e985788f85eee6fbf1973ee1034c6e666933e1a /drivers/video
parent699f05125509249072a0b865c8d35520d97cd501 (diff)
downloadu-boot-imx-340ccb260f21516be360745d5c5e3bd0657698df.zip
u-boot-imx-340ccb260f21516be360745d5c5e3bd0657698df.tar.gz
u-boot-imx-340ccb260f21516be360745d5c5e3bd0657698df.tar.bz2
cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
This got broken by commits 93c56f212c [cfi_flash: support of long cmd in U-boot.] That command needs to be in little endian format on BE machines with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into the cmdbuf in case portwidth = chipwidth = 8bit. Cc: Alexey Korolev <akorolev@infradead.org> Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru> Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions