]> git.ipfire.org Git - people/ms/u-boot.git/commit
UBI: Fastmap: Fix PEB array type
authorHeiko Schocher <hs@denx.de>
Thu, 22 Oct 2015 04:19:22 +0000 (06:19 +0200)
committerHeiko Schocher <hs@denx.de>
Mon, 26 Oct 2015 08:22:50 +0000 (09:22 +0100)
commit248f260cbd23f1a5f5d7a9aebdf2bd8253e0d04b
tree29a58f7aba0361dd5c8480a2837f819af2b9ec33
parent0195a7bb36a0abc71145da419001377bf56662fd
UBI: Fastmap: Fix PEB array type

The PEB array is an array of __be32, so let's fix the
scan_pool() prototype accordingly.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Heiko Schocher <hs@denx.de>
drivers/mtd/ubi/fastmap.c