From: Sylwester Nawrocki Date: Thu, 26 Nov 2020 18:45:01 +0000 (+0100) Subject: configs: tizen_amlogic: Add environment variables for splash image X-Git-Tag: submit/tizen/20201208.071016~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65d2cf6cbb8992b3a2707433ee8c080941637e72;p=platform%2Fkernel%2Fu-boot.git 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 --- 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