gnu: u-boot-ts7970-q-2g-1000mhz-c: Adjust description.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sat, 25 Feb 2023 04:25:56 +0000 (23:25 -0500)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sat, 25 Feb 2023 04:30:27 +0000 (23:30 -0500)
* gnu/packages/bootloaders.scm (u-boot-ts7970-q-2g-1000mhz-c): Adjust the
u-boot.imx file name on the SD card to the default one used by the
'u-boot-ts7970-q-2g-1000mhz-c-bootloader' bootloader.

gnu/packages/bootloaders.scm

index 7e839fa..b1276f9 100644 (file)
@@ -1517,7 +1517,7 @@ To flash this bootloader, write it to an SD card, then using the U-Boot serial
 console:
 @example
 mmc dev 0
-load mmc 0:1 ${loadaddr} /u-boot.imx
+load mmc 0:1 ${loadaddr} /boot/u-boot.imx
 sf probe
 sf erase 0 0x80000
 sf write ${loadaddr} 0x400 $filesize