[coreboot-gerrit] Patch set updated for coreboot: 1b1dfa2 TEST

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Fri Oct 31 01:04:27 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 1b1dfa2ad8fafefea73c1511720c7b6b94cd20be
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 c67205c..db97d03 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