]> git.ipfire.org Git - people/ms/u-boot.git/commit - board/sunxi/board.c
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)
committerHans de Goede <hdegoede@redhat.com>
Fri, 24 Jul 2015 14:17:09 +0000 (16:17 +0200)
commitbf5b9b103c9ad9fa041b9913fb3a031c14566f5d
tree471ade2f3f9b47939a1cd850ec6b2246b67d358d
parenta151403fd2da05a6f05d1f0e16ff7b8986a73823
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