Browse Source

prepare_internal_flashing: fix printed flashrom command

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
6e7befb4cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      prepare_internal_flashing.sh

+ 1
- 1
prepare_internal_flashing.sh View File

@ -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}"

Loading…
Cancel
Save