]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: spl: Remove redundant check from `board_mmc_init` for signature
authorDaniel Kochmański <dkochmanski@turtle-solutions.eu>
Fri, 29 May 2015 15:21:00 +0000 (17:21 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:05 +0000 (13:49 +0200)
commit2751b634989f30620209d841047131e42742c9d2
tree7ccd4ee8f36c04e27e6a130e30a8b61c4c8bf866
parent18acac48ded292e4a87e16f92d0a5ac41771c601
sunxi: spl: Remove redundant check from `board_mmc_init` for signature

Remove the boot signature check from board_mmc_init() in spl mode, as it
is already done in spl_boot_device() in this case, and update the comments
to reflect this.

Signed-off-by: Daniel Kochmański <dkochmanski@turtle-solutions.eu>
CC: Roy Spliet <r.spliet@ultimaker.com>
Cc: Ian Campbell <ijc@hellion.org.uk>
[hdegoede@redhat.com: Disable the check only for SPL instead of always]
Acked-by: Hans De Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
board/sunxi/board.c