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

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