diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-12-06 18:27:23 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-12-06 18:29:14 +0100 |
commit | b94703a47d81bee6e5b0bbd703d944ee87bec3aa (patch) | |
tree | 056f58cbc6c793ea9100453d424ccadc062d7d13 | |
parent | 230012efe81b39d6f248de0a9ce4d6472905b161 (diff) | |
download | kernel_replicant_linux-b94703a47d81bee6e5b0bbd703d944ee87bec3aa.tar.gz kernel_replicant_linux-b94703a47d81bee6e5b0bbd703d944ee87bec3aa.tar.bz2 kernel_replicant_linux-b94703a47d81bee6e5b0bbd703d944ee87bec3aa.zip |
Revert "ARM: replicant_defconfig: Add vertical-720x1280 logo for midas"
Since we now managed to make the bootanimation program display the
Replicant logo, we can disable that configuration, to save some space
in the BOOT and RECOVERY partitions.
This reverts commit 7f13dccb4de933a6a5e8c2aad9a4feabae58e736.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | arch/arm/configs/replicant_defconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/configs/replicant_defconfig b/arch/arm/configs/replicant_defconfig index dfac3a9900c4..2c1393e3cc71 100644 --- a/arch/arm/configs/replicant_defconfig +++ b/arch/arm/configs/replicant_defconfig @@ -299,11 +299,6 @@ CONFIG_LCD_PLATFORM=y CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_PWM=y CONFIG_BACKLIGHT_LP855X=y -CONFIG_LOGO=y -# CONFIG_LOGO_LINUX_MONO is not set -# CONFIG_LOGO_LINUX_VGA16 is not set -# CONFIG_LOGO_LINUX_CLUT224 is not set -CONFIG_LOGO_REPLICANT_VERTICAL_720X1280_CLUT224=y CONFIG_SOUND=y CONFIG_SND=y # CONFIG_SND_ARM is not set |