From 6e7befb4cb1dc30e9335aaa103116fbd57d34944 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Fri, 13 Apr 2018 14:06:11 +0200 Subject: [PATCH] prepare_internal_flashing: fix printed flashrom command --- prepare_internal_flashing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_internal_flashing.sh b/prepare_internal_flashing.sh index e3b95bb..4d9c9c2 100755 --- a/prepare_internal_flashing.sh +++ b/prepare_internal_flashing.sh @@ -80,4 +80,4 @@ echo "prepared files for internal flashing in output directory." echo "template flashrom command (please adapt the chip name) :" echo "" echo "cd output" -echo -e "${GREEN}flashrom -p internal:laptop=force_I_want_a_brick,spispeed=128 --layout x230-layout.txt --image bios -c "MX25L3206E" -w ${OUTPUT_IMAGE_NAME}${NC}" +echo -e "${GREEN}flashrom -p internal --layout x230-layout.txt --image bios -w ${OUTPUT_IMAGE_NAME}${NC}"