Skip to content

Commit 26b0536

Browse files
committed
Change file naming for better syntax highlighting
1 parent 3589ade commit 26b0536

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

aml_autoscript

10 Bytes
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ setenv start_usb_autoscript 'for usbdev in 0 1 2 3; do if fatload usb ${usbdev}
77
setenv upgrade_step 2
88
saveenv
99
sleep 1
10-
reboot
10+
11+
run bootcmd
1112

1213
# Recompile with:
13-
# mkimage -C none -A arm -T script -d aml_autoscript.cmd aml_autoscript
14+
# mkimage -C none -A arm -T script -d aml_autoscript.command aml_autoscript

gxl-fixup.cmd renamed to gxl-fixup.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# boot hack, vendor bootloader can only boot legacy u-boot image files
44
# so hack image header together (I don't want separate uImage files), kernel image should NOT exceed 32MB
55
# generate a new u-boot header via:
6-
# mkimage -C none -A arm -T script -d gxl-fixup.cmd gxl-fixup.scr
6+
# mkimage -C none -A arm -T script -d gxl-fixup.command gxl-fixup.scr
77

88
setenv verify no
99
setenv cmd_hdr_create 'mw.l 0x1ffffc0 0 0x10;mw.l 0x1ffffc0 0x56190527;mw.l 0x1ffffcc 0x00000002;mw.l 0x1ffffd0 0x00000002;mw.l 0x1ffffd4 0x00000002;mw.l 0x1ffffdc 0x00021605;'

gxl-fixup.scr

4 Bytes
Binary file not shown.

s905_autoscript

4 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ echo "Starting kernel with cmdline: ${bootargs}"
9797
run cmd_do_boot
9898

9999
# Recompile with:
100-
# mkimage -C none -A arm -T script -d s905_autoscript.cmd s905_autoscript
100+
# mkimage -C none -A arm -T script -d s905_autoscript.command s905_autoscript

0 commit comments

Comments
 (0)