From 912a51db1b33b58540a9e1576d768796017f4380 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 7 Oct 2010 00:22:02 +0200 Subject: [PATCH] zaurus-2.6.inc: evaluate here kernel bootlogo size --- conf/machine/include/zaurus-2.6.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc index 0412396f33..25300d4c70 100644 --- a/conf/machine/include/zaurus-2.6.inc +++ b/conf/machine/include/zaurus-2.6.inc @@ -75,6 +75,8 @@ PREFERRED_PROVIDER_udev-compat_poodle = "udev-compat141" ZAURUS_KERNEL_IMAGETYPE ?= "zImage" KERNEL_IMAGETYPE = "${ZAURUS_KERNEL_IMAGETYPE}" +# kernel bootlogo +LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}' ################ # machine tuning -- 2.39.5