Blame SOURCES/kvm-Disable-AT24Cx-i2c-eeprom.patch

1bdc94
From 2cb498c245b670f98ee4d05c16766d95811ff2f3 Mon Sep 17 00:00:00 2001
1bdc94
From: Miroslav Rezanina <mrezanin@redhat.com>
1bdc94
Date: Thu, 7 Jun 2018 07:43:11 +0200
1bdc94
Subject: [PATCH 03/15] Disable AT24Cx i2c eeprom
1bdc94
1bdc94
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
1bdc94
Message-id: <fc4088a0a805b32f545c561a76d20115da8de85d.1528355911.git.mrezanin@redhat.com>
1bdc94
Patchwork-id: 80598
1bdc94
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 3/7] Disable AT24Cx i2c eeprom
1bdc94
Bugzilla: 1586357
1bdc94
RH-Acked-by: Thomas Huth <thuth@redhat.com>
1bdc94
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
1bdc94
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
1bdc94
1bdc94
From: Miroslav Rezanina <mrezanin@redhat.com>
1bdc94
1bdc94
We do not want to support new eeprom_at24c device. It is protected
1bdc94
by CONFIG_I2C option but we can't remove it as it cover other supported
1bdc94
devices. Manually remove module with the device.
1bdc94
1bdc94
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
1bdc94
---
1bdc94
 hw/nvram/Makefile.objs | 2 +-
1bdc94
 1 file changed, 1 insertion(+), 1 deletion(-)
1bdc94
1bdc94
diff --git a/hw/nvram/Makefile.objs b/hw/nvram/Makefile.objs
1bdc94
index a912d25..cbc8bba 100644
1bdc94
--- a/hw/nvram/Makefile.objs
1bdc94
+++ b/hw/nvram/Makefile.objs
1bdc94
@@ -1,6 +1,6 @@
1bdc94
 common-obj-$(CONFIG_DS1225Y) += ds1225y.o
1bdc94
 common-obj-y += eeprom93xx.o
1bdc94
-common-obj-$(CONFIG_I2C) += eeprom_at24c.o
1bdc94
+#common-obj-$(CONFIG_I2C) += eeprom_at24c.o
1bdc94
 common-obj-y += fw_cfg.o
1bdc94
 common-obj-y += chrp_nvram.o
1bdc94
 common-obj-$(CONFIG_MAC_NVRAM) += mac_nvram.o
1bdc94
-- 
1bdc94
1.8.3.1
1bdc94