]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cm5200: fix FAT function prototypes
authorStephen Warren <swarren@wwwdotorg.org>
Sun, 9 Aug 2015 17:25:00 +0000 (11:25 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:20 +0000 (10:23 +0200)
commit32581874f95c4b2af7677588f967d4eb1d3f42e2
treee4dd967f973cafb1b8c06a55f26007d3bd57c420
parent6e323bb56461b93610f20460e9c8c2ec0522129d
cm5200: fix FAT function prototypes

Remove FAT function prototypes from the cm5200 firmware update code, and
include the relevant headers instead.

This exposes the fact that the custom prototyoe for do_fat_read() in
this file was incorrect. Rather than simply fixing the call-site, replace
do_fat_read() with fat_exists(). This removes the only use of
do_fat_read() outside of the FAT code.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
board/cm5200/fwupdate.c