[coreboot-gerrit] New patch to review for coreboot: 17efea0 TEST

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Fri Oct 31 00:55:28 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7291

-gerrit

commit 17efea0933df19158a4e9f7b7c83f4f8e90793e9
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri Oct 31 10:55:07 2014 +1100

    TEST
    
    Change-Id: I24c051f0096a7b7e6ead97e1a1fd56b14ef65a53
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/include/device/device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/device/device.h b/src/include/device/device.h
index 21c8b70..1d8df41 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -133,7 +133,7 @@ struct device {
 	struct device_operations *ops;
 #ifndef __PRE_RAM__
 	struct chip_operations *chip_ops;
-	const char *name;
+//	const char *name;
 #endif
 	ROMSTAGE_CONST void *chip_info;
 };



More information about the coreboot-gerrit mailing list