diff options
| author | Chunguang Li <[email protected]> | 2026-04-02 11:51:31 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-09 12:17:28 -0600 |
| commit | 496504be0b871f4ed7baa82b365b864c10d1cd97 (patch) | |
| tree | 296475b99eb0368a617bb0bf5e447ea149f19db9 /include/configs/ls1046ardb.h | |
| parent | 0cbf30fbbfc2deaef76650ebb3f511fa70bf95dc (diff) | |
ls1046a: add env variables to assist boot
Add LS1046ARDB-specific variables to assist the boot flow,
and update the related common and other LS1046A board settings
accordingly.
Signed-off-by: Chunguang Li <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'include/configs/ls1046ardb.h')
| -rw-r--r-- | include/configs/ls1046ardb.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index 0e42a51fc59..a032e52c519 100644 --- a/include/configs/ls1046ardb.h +++ b/include/configs/ls1046ardb.h @@ -131,4 +131,14 @@ #include <asm/fsl_secure_boot.h> +#ifndef SPL_NO_MISC +/* Initial environment variables */ +#define CFG_EXTRA_ENV_SETTINGS \ + EXTRA_ENV_SETTINGS \ + "board=ls1046ardb\0" \ + "fdtfile=fsl-ls1046a-rdb-sdk.dtb\0" \ + "image=Image\0" \ + "console_dbg=earlycon=uart8250,mmio,0x21c0500\0" +#endif + #endif /* __LS1046ARDB_H__ */ |
