commit | 7288f972fcaee14a9741cb08c8688a23874b4a2e | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <bigeasy@linutronix.de> | Tue Jul 15 13:35:23 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 15 21:42:04 2008 +0200 |
tree | f9f8ecceca9bd5f75190312b8861330476b84439 | |
parent | 31cfe57491b183acae575d486729e158f016c27b [diff] |
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>