From 2cba86a20339653bf43149a0c4cd1de94bbced6c Mon Sep 17 00:00:00 2001 From: Sylwester Nawrocki Date: Thu, 26 Nov 2020 19:45:01 +0100 Subject: [PATCH] configs: tizen_amlogic: Add environment variables for splash image Set the splash file location, bmp image load address and logo position on the display. The compressed bitmap file should be installed on first mmc partition. Change-Id: Ic1ce517460beaf318821f53ed3adbe6c41e091e8 Signed-off-by: Sylwester Nawrocki --- include/samsung/tizen_amlogic.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index ea192bddc8..a744c2502e 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -30,6 +30,7 @@ "params-n2.bin fat -1 1;" \ "params-vim3.bin fat -1 1;" \ "params-vim3l.bin fat -1 1;" \ + "tizen_logo.bmp.gz fat -1 1;" \ "kvim/Image.gz fat -1 1;" \ "odroid/Image.gz fat -1 1;" \ "boot.img part -1 1;" \ @@ -145,8 +146,11 @@ "board_name=" BOARD_NAME "\0" \ "boot_prefixes=" TIZEN_BOOT_PREFIX "\0" \ "mbr_parts=" PARTS_DEFAULT "\0" \ - "mbr_check=" MBR_CHECK "\0" - + "mbr_check=" MBR_CHECK "\0" \ + "splashimage=0x2000000\0" \ + "splashsource=mmc_fs\0" \ + "splashfile=tizen_logo.bmp.gz\0" \ + "splashpos=m,m\0" #define CONFIG_TIZEN -- 2.34.1