diff options
author | David P <megver83@parabola.nu> | 2018-06-03 16:38:51 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-06-03 16:38:51 -0400 |
commit | d39641ada710dbe5738e61117580894f644b6cdf (patch) | |
tree | 820378ad4bde3c843f3f8db59cdce8c3dffb71c3 /libre/linux-libre-pck | |
parent | b80652cfd5a15abb22da749812b78050e7294e09 (diff) | |
download | abslibre-d39641ada710dbe5738e61117580894f644b6cdf.tar.gz abslibre-d39641ada710dbe5738e61117580894f644b6cdf.tar.bz2 abslibre-d39641ada710dbe5738e61117580894f644b6cdf.zip |
linux-libre-pck/config.armv7h: remove firmwares from CONFIG_EXTRA_FIRMWARE
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre-pck')
-rw-r--r-- | libre/linux-libre-pck/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/linux-libre-pck/config.armv7h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index ce34cc2c6..857e6e049 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -80,7 +80,7 @@ sha512sums=('c6805b3649cd71cfef272384958b33da23a00908e795592470bf711dd67886ab7d7 'SKIP' '48191e7548a8cd94cc8586e1966a647bb3206c39c18c8d7282c2f35e3c9500435e759ca91bc737ba18d5a7e1d8939bebe6ba2a99c300da115c1d5d9e70094887' '66e835b78e1a251f89d79a3f5e81a055201bc8ff9074c3b56d6360c0e630911b7aa3d11786a69f2555bb315f2b4fdd945d3eb4439edc4b585af1acd4a5e3bdab' - '1a57aa6453d8d93f0dee8539706707871a72c0df95ff84a006c408fa59435e5878350365d73c7ff793c38baa4c3b50e8abf948481bc9a464759c56ada2b3af66' + 'f4669adaab2388f769c13a6747f5f13f830a9b5a5679edadefcfb28df93ab1ffd7f8e791629f837697fcb1cad3468602e9b339fa17e15059a0e5cb84f7dc7d3d' '7ad5be75ee422dda3b80edd2eb614d8a9181e2c8228cd68b3881e2fb95953bf2dea6cbe7900ce1013c9de89b2802574b7b24869fc5d7a95d3cc3112c4d27063a' '4a8b324aee4cccf3a512ad04ce1a272d14e5b05c8de90feb82075f55ea3845948d817e1b0c6f298f5816834ddd3e5ce0a0e2619866289f3c1ab8fd2f35f04f44' '2dc6b0ba8f7dbf19d2446c5c5f1823587de89f4e28e9595937dd51a87755099656f2acec50e3e2546ea633ad1bfd1c722e0c2b91eef1d609103d8abdc0a7cbaf' diff --git a/libre/linux-libre-pck/config.armv7h b/libre/linux-libre-pck/config.armv7h index 3a295f3f3..d91654798 100644 --- a/libre/linux-libre-pck/config.armv7h +++ b/libre/linux-libre-pck/config.armv7h @@ -1938,8 +1938,7 @@ CONFIG_DEVTMPFS_MOUNT=y CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y -CONFIG_EXTRA_FIRMWARE="am335x-bone-scale-data.bin am335x-evm-scale-data.bin am43x-evm-scale-data.bin" -CONFIG_EXTRA_FIRMWARE_DIR="firmware" +CONFIG_EXTRA_FIRMWARE="" CONFIG_FW_LOADER_USER_HELPER=y # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set CONFIG_WANT_DEV_COREDUMP=y |