mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
Fixes for 2023.04
------------------ CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/15831 - fix for imx8mn_bsh_smm_s2 -----BEGIN PGP SIGNATURE----- iG0EABECAC0WIQS2TmnA27QKhpKSZe309WXkmmjvpgUCZCrCRw8cc2JhYmljQGRl bnguZGUACgkQ9PVl5Jpo76ZNGQCfQhul9Qfy0jVXZl/vXDxPJrfv4hQAnjVsNLV9 SNhV4PXn8+eTt4igrx8e =AMYS -----END PGP SIGNATURE----- Merge tag 'u-boot-imx-20230403' of https://source.denx.de/u-boot/custodians/u-boot-imx Fixes for 2023.04 ------------------ CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/15831 - fix for imx8mn_bsh_smm_s2
This commit is contained in:
commit
cfb4c33e89
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <config_distro_bootcmd.h>
|
||||
|
||||
#define NANDARGS \
|
||||
"nandargs=setenv bootargs console=${console} " \
|
||||
"nandargs=setenv bootargs " \
|
||||
"${optargs} " \
|
||||
"mtdparts=${mtdparts} " \
|
||||
"root=${nandroot} " \
|
||||
|
|
Loading…
Reference in a new issue