commit | 7746ed825ab8dbf952a7fa4c570904cb94adde0b | [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 | 13f548da1b6f864bf07eb811e90595003207b145 [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>