diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-08-01 12:07:44 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-08-01 12:07:44 +0200 |
commit | 437f2c0050d51c9f306a61a146f3fb987be2bb79 (patch) | |
tree | fa9d113ae575f1bf5c66df2f9e79a8ba0cd158ba | |
parent | 2480fe680866a1efdae3adef6e747e9418db696e (diff) | |
download | linux-raspberrypi4-437f2c0050d51c9f306a61a146f3fb987be2bb79.tar.gz linux-raspberrypi4-437f2c0050d51c9f306a61a146f3fb987be2bb79.tar.bz2 linux-raspberrypi4-437f2c0050d51c9f306a61a146f3fb987be2bb79.zip |
Disabled bootup logo.
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | config | 5 |
2 files changed, 2 insertions, 5 deletions
@@ -29,7 +29,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - 'a6eb14963b67ddc726db635a7e8afdae18451214eabcd74ea70d7c59a54f5a93' + '5f6499bb2b86b683709051049c73f3c5e914ef6c8b6f7c610e77b60f59547e81' '4525594b37c19582ccbcbaa70c92f344fb752c58bbdd24eebc888282c7fc3a05') export KBUILD_BUILD_HOST=archlinux @@ -4612,10 +4612,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y # CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set # end of Console display driver support -CONFIG_LOGO=y -# CONFIG_LOGO_LINUX_MONO is not set -# CONFIG_LOGO_LINUX_VGA16 is not set -CONFIG_LOGO_LINUX_CLUT224=y +# CONFIG_LOGO is not set # end of Graphics support CONFIG_SOUND=y |