From: Otavio Salvador Date: Sat, 20 Jul 2013 19:58:22 +0000 (-0300) Subject: wandboard: Use splash image at screen center by default X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cba5372e531ab9c94f76464dd58511d1c1edc2ee;p=bsp%2Fu-boot.git wandboard: Use splash image at screen center by default Signed-off-by: Otavio Salvador --- diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index ee6bf216bd..dd06bd70fc 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -113,6 +113,7 @@ "script=boot.scr\0" \ "uimage=uImage\0" \ "console=ttymxc0\0" \ + "splashpos=m,m\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \