This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 01fd830f2f gnu: u-boot-ts7970-q-2g-1000mhz-c: Adjust description.
01fd830f2f is described below

commit 01fd830f2fdd388f56e6e00df747f052bbde3906
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Feb 24 23:25:56 2023 -0500

    gnu: u-boot-ts7970-q-2g-1000mhz-c: Adjust description.
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 7e839fa859..b1276f90dd 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -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

Reply via email to