]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfi_flash: make the command u32 only
authorSebastian Siewior <bigeasy@linutronix.de>
Tue, 15 Jul 2008 11:35:23 +0000 (13:35 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 15 Jul 2008 19:42:04 +0000 (21:42 +0200)
commit7288f972fcaee14a9741cb08c8688a23874b4a2e
treef9f8ecceca9bd5f75190312b8861330476b84439
parent31cfe57491b183acae575d486729e158f016c27b
cfi_flash: make the command u32 only

This got changed by commit 93c56f212c
[cfi_flash: support of long cmd in U-boot.]

Long is the wrong type because it will behave differently on 64bit
machines in a way that is probably not expected. u32 should be
enough.

Cc: Alexey Korolev <akorolev@infradead.org>
Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
drivers/mtd/cfi_flash.c