Re: [U-Boot-Users] [PATCH] cfi_flash: make the command u32 only

2008-07-15 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This got change by commit 93c56f212c > [cfi_flash: support of long cmd in U-boot.] > > Long is the wrong type because it will behave differently on > 64bit machnines in a way that is probably not expected. > u32 should be enough. Well, if you write "u3

[U-Boot-Users] [PATCH] cfi_flash: make the command u32 only

2008-07-15 Thread Sebastian Siewior
This got change by commit 93c56f212c [cfi_flash: support of long cmd in U-boot.] Long is the wrong type because it will behave differently on 64bit machnines in a way that is probably not expected. u32 should be enough. Cc: Alexey Korolev <[EMAIL PROTECTED]> Cc: Vasiliy Leonenko <[EMAIL PROTECTE