Skip to content

Commit

Permalink
technologic/board: fix typo in blash.sh scripts
Browse files Browse the repository at this point in the history
Fixes #49

Signed-off-by: Kris Bahnsen <[email protected]>
  • Loading branch information
ts-kris committed Nov 15, 2023
1 parent db3ee23 commit 15ccd28
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion technologic/board/ts7100-usbprod/scripts/blast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Edit these variables as needed. When porting, this should be all that
# needs to change for a new platform. Should be.

# Whole device device node path for eMMC. Assuming it is static each boot.
# Whole device node path for eMMC. Assuming it is static each boot.
EMMC_DEV="/dev/mmcblk0"

# U-Boot is stored on boot partitions of eMMC on platforms compatible with
Expand Down
4 changes: 2 additions & 2 deletions technologic/board/ts7250v3-usbprod/scripts/blast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# Edit these variables as needed. When porting, this should be all that
# needs to change for a new platform. Should be.

# Whole device device node path for eMMC. Assuming it is static each boot.
# Whole device node path for eMMC. Assuming it is static each boot.
EMMC_DEV="/dev/mmcblk0"

# Whole device device node path for SD. Assuming it is static each boot.
# Whole device node path for SD. Assuming it is static each boot.
SD_DEV="/dev/mmcblk1"

# U-Boot is stored on boot partitions of eMMC on platforms compatible with
Expand Down
6 changes: 3 additions & 3 deletions technologic/board/ts7800v2-usbprod/scripts/blast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# Edit these variables as needed. When porting, this should be all that
# needs to change for a new platform. Should be.

# Whole device device node path for eMMC. Assuming it is static each boot.
# Whole device node path for eMMC. Assuming it is static each boot.
EMMC_DEV="/dev/mmcblk0"

# Whole device device node path for SD. Assuming it is static each boot.
# Whole device node path for SD. Assuming it is static each boot.
SD_DEV="/dev/tssdcarda"

# Whole device device node path for SATA. Assuming it is static each boot.
# Whole device node path for SATA. Assuming it is static each boot.
SATA_DEV="/dev/sda"

# U-Boot is stored on boot partitions of eMMC on platforms compatible with
Expand Down
4 changes: 2 additions & 2 deletions technologic/board/tsa38x-usbprod/scripts/blast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

# XXX: See if its possible to easily detect a 7800v2 and enable SD for this

# Whole device device node path for eMMC. Assuming it is static each boot.
# Whole device node path for eMMC. Assuming it is static each boot.
EMMC_DEV="/dev/mmcblk0"

# Whole device device node path for SATA. Assuming it is static each boot.
# Whole device node path for SATA. Assuming it is static each boot.
SATA_DEV="/dev/sda"

# U-Boot is stored on boot partitions of eMMC on platforms compatible with
Expand Down
4 changes: 2 additions & 2 deletions technologic/board/tsimx28-usbprod/scripts/blast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# Edit these variables as needed. When porting, this should be all that
# needs to change for a new platform. Should be.

# Whole device device node path for eMMC. Assuming it is static each boot.
# Whole device node path for eMMC. Assuming it is static each boot.
EMMC_DEV="/dev/mmcblk1"

# Whole device device node path for SD. Assuming it is static each boot.
# Whole device node path for SD. Assuming it is static each boot.
SD_DEV="/dev/mmcblk0"

# The TS-7670 has two SD cards, whole path for second SD card
Expand Down
6 changes: 3 additions & 3 deletions technologic/board/tsimx6-usbprod/scripts/blast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# Edit these variables as needed. When porting, this should be all that
# needs to change for a new platform. Should be.

# Whole device device node path for eMMC. Assuming it is static each boot.
# Whole device node path for eMMC. Assuming it is static each boot.
EMMC_DEV="/dev/mmcblk2"

# Whole device device node path for SD. Assuming it is static each boot.
# Whole device node path for SD. Assuming it is static each boot.
SD_DEV="/dev/mmcblk1"

# Whole device device node path for SATA. Assuming it is static each boot.
# Whole device node path for SATA. Assuming it is static each boot.
SATA_DEV="/dev/sda"

UBOOT_DEV="/dev/mtdblock0"
Expand Down
4 changes: 2 additions & 2 deletions technologic/board/tsimx6ul-usbprod/scripts/blast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# Edit these variables as needed. When porting, this should be all that
# needs to change for a new platform. Should be.

# Whole device device node path for eMMC. Assuming it is static each boot.
# Whole device node path for eMMC. Assuming it is static each boot.
EMMC_DEV="/dev/mmcblk1"

# Whole device device node path for SD. Assuming it is static each boot.
# Whole device node path for SD. Assuming it is static each boot.
SD_DEV="/dev/mmcblk0"

# U-Boot is stored on boot partitions of eMMC on platforms compatible with
Expand Down

0 comments on commit 15ccd28

Please sign in to comment.