From 0ee68ad896143385e51ac127415851682b9aa5c7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 5 Sep 2016 08:36:07 +0100 Subject: [PATCH] Disable omap_aes currently broken --- config-armv7 | 3 ++- kernel.spec | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config-armv7 b/config-armv7 index 700940074..4c69f2848 100644 --- a/config-armv7 +++ b/config-armv7 @@ -146,7 +146,8 @@ CONFIG_PWM_OMAP_DMTIMER=m # CONFIG_PWM_STMPE is not set CONFIG_CRYPTO_DEV_OMAP_SHAM=m -CONFIG_CRYPTO_DEV_OMAP_AES=m +# Disable for the moment, terribly broken upstream +# CONFIG_CRYPTO_DEV_OMAP_AES is not set CONFIG_CRYPTO_DEV_OMAP_DES=m CONFIG_HW_RANDOM_OMAP=m CONFIG_HW_RANDOM_OMAP3_ROM=m diff --git a/kernel.spec b/kernel.spec index 7ff697688..179e3d135 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2154,6 +2154,7 @@ fi * Sun Sep 4 2016 Peter Robinson - Use IIO BMP280 driver instead of old misc driver, wider HW support - Minor sensor driver changes +- Disable omap_aes currently broken * Fri Sep 02 2016 Justin M. Forbes - 4.8.0-0.rc4.git4.1 - Linux v4.8-rc4-199-gcc4163d