[coreboot-gerrit] Patch set updated for coreboot: hudson/Makefile: Remove the dd argument "status"

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Thu Nov 19 03:49:24 CET 2015


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11745

-gerrit

commit f58294a7808cfde5d16b932f9bf0eb244edacc93
Author: zbao <fishbaozi at gmail.com>
Date:   Wed Sep 30 04:22:04 2015 -0700

    hudson/Makefile: Remove the dd argument "status"
    
    My dd on Macos doesn't take "status=xx".
    
    Darwin Kernel Version 13.0.0: cy660Ta,9hor6pr 2013 02:42:04 (MSK)
    root:xnu-2422.1.72_by_bronya_sinetek_anv_rc7/
    BUILD/obj/RELEASE_X86_64
    
    Change-Id: I7f7bf68967c61524811aa038b064ea706dadd366
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 src/southbridge/amd/pi/hudson/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/amd/pi/hudson/Makefile.inc b/src/southbridge/amd/pi/hudson/Makefile.inc
index 00d150f..b31237e 100644
--- a/src/southbridge/amd/pi/hudson/Makefile.inc
+++ b/src/southbridge/amd/pi/hudson/Makefile.inc
@@ -136,7 +136,7 @@ $(obj)/coreboot_hudson_romsig.bin: $(call strip_quotes, $(CONFIG_HUDSON_XHCI_FWM
 		$(HUDSON_PSP_DIRECTORY_POSITION); do \
 		echo  $$fwm | LC_ALL=C awk '{printf ("%c%c%c%c", $$1 % 256, int($$1/256) % 256, int($$1/65536) % 256, int($$1/16777216));}'; \
 	done > $@.tmp; \
-	dd if=$@.tmp of=$@ conv=notrunc status=noxfer 2>/dev/null; \
+	dd if=$@.tmp of=$@ conv=notrunc >/dev/null 2>/dev/null; \
 	rm $@.tmp
 
 ifeq ($(CONFIG_HUDSON_FWM), y)



More information about the coreboot-gerrit mailing list