[astro] 4.20210608.1.1146075 u-boot source

GitOrigin-RevId: 25900380d84891a30b6d932585bcae4aa5ef7680
Change-Id: Idc8da82b6432c07b9e7b103b30d727ababe56b59
Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/545781
Reviewed-by: Yecheng Zhao <zyecheng@google.com>
diff --git a/board/amlogic/configs/g12a_estelle_bx.h b/board/amlogic/configs/g12a_estelle_bx.h
index 53f2312..3740acb 100755
--- a/board/amlogic/configs/g12a_estelle_bx.h
+++ b/board/amlogic/configs/g12a_estelle_bx.h
@@ -212,7 +212,7 @@
 		"fi;" \
 		"\0" \
 	"start_backlight=" \
-		"if ubifsload 0x8000000 bl_calibration.txt; then " \
+		"if ubifsload 0x8000000 bl_calibration.txt 0x100000; then " \
 			"configure_backlight 0x8000000;" \
 		"else " \
 			"configure_backlight;" \
@@ -230,19 +230,19 @@
 		/* do this sequentially so we could reuse the address and do
 		 * not need to know the size of the images */ \
 		"mw 0x8000000 0 1;" \
-		"ubifsload 0x8000000 logo.bmp;" \
+		"ubifsload 0x8000000 logo.bmp 0x100000;" \
 		"bmp display 0x8000000;" \
 		"mw 0x8000000 0 1;" \
-		"ubifsload 0x8000000 corner_BL.bmp;" \
+		"ubifsload 0x8000000 corner_BL.bmp 0x100000;" \
 		"bmp display 0x8000000 0 1008;" \
 		"mw 0x8000000 0 1;" \
-		"ubifsload 0x8000000 corner_BR.bmp;" \
+		"ubifsload 0x8000000 corner_BR.bmp 0x100000;" \
 		"bmp display 0x8000000 592 1008;" \
 		"mw 0x8000000 0 1;" \
-		"ubifsload 0x8000000 corner_TL.bmp;" \
+		"ubifsload 0x8000000 corner_TL.bmp 0x100000;" \
 		"bmp display 0x8000000 0 0;" \
 		"mw 0x8000000 0 1;" \
-		"ubifsload 0x8000000 corner_TR.bmp;" \
+		"ubifsload 0x8000000 corner_TR.bmp 0x100000;" \
 		"bmp display 0x8000000 592 0;" \
 		"bmp scale;" \
 		"vout output ${outputmode};" \