Home
last modified time | relevance | path

Searched hist:"7288 f972fcaee14a9741cb08c8688a23874b4a2e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.c7288f972fcaee14a9741cb08c8688a23874b4a2e Tue Jul 15 11:35:23 UTC 2008 Sebastian Siewior <bigeasy@linutronix.de> 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>