From f0dfe5a0487905ec5de0b4d6bd3e655890d43718 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 16 Jul 2015 17:10:21 +0100 Subject: [PATCH] Disable boot splash on Utilite (cm_fx6) --- 0006-mx6-utilite-disable-logos.patch | 29 ++++++++++++++++++++++++++++ uboot-tools.spec | 6 +++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 0006-mx6-utilite-disable-logos.patch diff --git a/0006-mx6-utilite-disable-logos.patch b/0006-mx6-utilite-disable-logos.patch new file mode 100644 index 0000000..cd841ad --- /dev/null +++ b/0006-mx6-utilite-disable-logos.patch @@ -0,0 +1,29 @@ +From afc8e9b8023aa2f7073c8a7fa7592be1debffa6c Mon Sep 17 00:00:00 2001 +From: Peter Robinson +Date: Wed, 15 Jul 2015 12:37:44 +0100 +Subject: [PATCH 6/6] mx6: utilite: disable logos + +--- + include/configs/cm_fx6.h | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h +index 8a2e46c..713d90a 100644 +--- a/include/configs/cm_fx6.h ++++ b/include/configs/cm_fx6.h +@@ -212,12 +212,4 @@ + #define CONFIG_CONSOLE_MUX + #define CONFIG_VIDEO_SW_CURSOR + +-#define CONFIG_SPLASH_SCREEN +-#define CONFIG_SPLASH_SOURCE +-#define CONFIG_CMD_BMP +-#define CONFIG_VIDEO_BMP_RLE8 +- +-#define CONFIG_VIDEO_LOGO +-#define CONFIG_VIDEO_BMP_LOGO +- + #endif /* __CONFIG_CM_FX6_H */ +-- +2.4.5 + diff --git a/uboot-tools.spec b/uboot-tools.spec index 51f87cc..c22595a 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -2,7 +2,7 @@ Name: uboot-tools Version: 2015.07 -Release: 1%{?candidate:.%{candidate}}%{?dist} +Release: 2%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities Group: Development/Tools @@ -16,6 +16,7 @@ Patch2: 0002-am33xx-add-support-for-generic-distro-boot.patch Patch3: 0003-Switch-omap4-boards-to-use-config_distro_defaults-an.patch Patch4: 0004-Add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch Patch5: 0005-port-utilite-to-distro-generic-boot-commands.patch +Patch6: 0006-mx6-utilite-disable-logos.patch BuildRequires: bc BuildRequires: dtc @@ -180,6 +181,9 @@ install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir} %endif %changelog +* Thu Jul 16 2015 Peter Robinson 2015.07-2 +- Disable boot splash on Utilite (cm_fx6) + * Wed Jul 15 2015 Peter Robinson 2015.07-1 - Update to 2015.07 GA