X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=4c74cb79347ada1cb1c0906d5894cbfd0f5a465b;hb=a694610d3361465d4c8d27dde72ab8b63d31115e;hp=83752f665f2a44d588e9aa77913ab05c7d8d3152;hpb=2419169f5749d7af501b3b77a5336d1d535320de;p=platform%2Fkernel%2Fu-boot.git diff --git a/README b/README index 83752f6..4c74cb7 100644 --- a/README +++ b/README @@ -1073,6 +1073,26 @@ The following options need to be configured: allows for a "silent" boot where a splash screen is loaded very quickly after power-on. + CONFIG_SPLASH_SCREEN_ALIGN + + If this option is set the splash image can be freely positioned + on the screen. Environment variable "splashpos" specifies the + position as "x,y". If a positive number is given it is used as + number of pixel from left/top. If a negative number is given it + is used as number of pixel from right/bottom. You can also + specify 'm' for centering the image. + + Example: + setenv splashpos m,m + => image at center of screen + + setenv splashpos 30,20 + => image at x = 30 and y = 20 + + setenv splashpos -10,m + => vertically centered image + at x = dspWidth - bmpWidth - 9 + - Gzip compressed BMP image support: CONFIG_VIDEO_BMP_GZIP If this option is set, additionally to standard BMP