diff options
author | Martin Schiller <ms@dev.tdt.de> | 2021-10-07 08:56:19 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-13 23:22:29 +0100 |
commit | 674af9c1f6a811fdf1f1a82dc16ce19175a6e6d2 (patch) | |
tree | 1cd7737dba714d08513e4136379becb6e07c2999 /package/boot/uboot-layerscape/files/fsl_ls1088a-rdb-uEnv.txt | |
parent | 8ef768c2efda99b9da7efcb1ff2a1864916f00d7 (diff) | |
download | upstream-674af9c1f6a811fdf1f1a82dc16ce19175a6e6d2.tar.gz upstream-674af9c1f6a811fdf1f1a82dc16ce19175a6e6d2.tar.bz2 upstream-674af9c1f6a811fdf1f1a82dc16ce19175a6e6d2.zip |
uboot-layerscape: bump to LSDK-21.08
Update layerscape u-boot package to LSDK-21.08 and drop patches which
are no longer needed.
The new env variable 'fsl_bootcmd_mcinitcmd_set' is needed to protect
the configured bootcmd and mc_init values. See [1] for more
informations.
[1] https://source.denx.de/u-boot/u-boot/-/commit/b62c174e861bddc3c7131045ed018556645cecb9
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'package/boot/uboot-layerscape/files/fsl_ls1088a-rdb-uEnv.txt')
-rw-r--r-- | package/boot/uboot-layerscape/files/fsl_ls1088a-rdb-uEnv.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-layerscape/files/fsl_ls1088a-rdb-uEnv.txt b/package/boot/uboot-layerscape/files/fsl_ls1088a-rdb-uEnv.txt index 6ac6216d64..210c18721d 100644 --- a/package/boot/uboot-layerscape/files/fsl_ls1088a-rdb-uEnv.txt +++ b/package/boot/uboot-layerscape/files/fsl_ls1088a-rdb-uEnv.txt @@ -8,3 +8,4 @@ qspi_boot=sf probe 0:0;sf read $fdtaddr f00000 100000;sf read $loadaddr 1000000 bootargs=root=/dev/mtdblock10 rootfstype=squashfs,jffs2 noinitrd earlycon=uart8250,mmio,0x21c0500 console=ttyS0,115200 mtdparts=20c0000.spi-0:1m(bl2),4m(fip),1m(u-boot-env),4m(reserved-1),3m(mc),1m(dpl),1m(dpc),1m(dtb),16m(kernel),32m(rootfs),49m@0xf00000(firmware) bootcmd=echo starting openwrt ...;run mc_init;run qspi_boot bootdelay=3 +fsl_bootcmd_mcinitcmd_set=y |