Shelley Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31273
Change subject: fix tabs for Makefile ......................................................................
fix tabs for Makefile
Change-Id: Ia65fe3a89513464b18813f68b86caa3f1494c296 Signed-off-by: Shelley Chen shchen@google.com --- M src/mainboard/google/hatch/variants/baseboard/Makefile.inc 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/31273/1
diff --git a/src/mainboard/google/hatch/variants/baseboard/Makefile.inc b/src/mainboard/google/hatch/variants/baseboard/Makefile.inc index e474ad2..074fc54 100644 --- a/src/mainboard/google/hatch/variants/baseboard/Makefile.inc +++ b/src/mainboard/google/hatch/variants/baseboard/Makefile.inc @@ -13,12 +13,12 @@ ## GNU General Public License for more details. ##
-SPD_SOURCES = 4G_2400 # 0b000 +SPD_SOURCES = 4G_2400 # 0b000 SPD_SOURCES += empty_ddr4 # 0b001 SPD_SOURCES += empty_ddr4 # 0b010 SPD_SOURCES += empty_ddr4 # 0b011 SPD_SOURCES += empty_ddr4 # 0b100 -SPD_SOURCES += 8G_2666 # 0b101 +SPD_SOURCES += 8G_2666 # 0b101
bootblock-y += gpio.c
Shelley Chen has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/31273 )
Change subject: fix tabs for Makefile ......................................................................
Abandoned