The bootloader partition size was increased to 0xe0000, so adjust
the barebox update handler partition size accordingly.

Signed-off-by: Sascha Hauer <[email protected]>
---
 arch/arm/boards/guf-vincell/board.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/guf-vincell/board.c 
b/arch/arm/boards/guf-vincell/board.c
index ee5be10..007b6dd 100644
--- a/arch/arm/boards/guf-vincell/board.c
+++ b/arch/arm/boards/guf-vincell/board.c
@@ -41,7 +41,7 @@ static int vincell_devices_init(void)
        clk_set_rate(clk_lookup("nfc_podf"), 33333334);
 
        imx53_bbu_internal_nand_register_handler("nand",
-               BBU_HANDLER_FLAG_DEFAULT, SZ_512K);
+               BBU_HANDLER_FLAG_DEFAULT, 0xe0000);
 
        return 0;
 }
-- 
2.8.1


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to