diff options
| author | Tom Rini <[email protected]> | 2026-04-09 09:41:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-09 12:17:28 -0600 |
| commit | ca179432354a41bb055d862fc896f5572c09370b (patch) | |
| tree | 1e1e6a1e6a6d5b8ed0ba5e3a8bbd4f89d42a6ec8 /include/configs/ls1046aqds.h | |
| parent | f0000b4a57e9edf8ff8454b9056d767466dff57f (diff) | |
| parent | f98f2e26125f111df60d1ebdab483f91cc1f8e71 (diff) | |
Merge tag 'fsl-qoriq-for-2026.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/29808
- Add env variables to assist boot for various LS boards
- Add gpio scmi driver
- Fix setting the function for scmi pinctrl
- Use standard device tree pin muxing format for scmi pinctrl
- Fix protocol version fetch for non-CCF platforms in scmi clk
Diffstat (limited to 'include/configs/ls1046aqds.h')
| -rw-r--r-- | include/configs/ls1046aqds.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ls1046aqds.h b/include/configs/ls1046aqds.h index 4b4bd7cbe48..001118b8504 100644 --- a/include/configs/ls1046aqds.h +++ b/include/configs/ls1046aqds.h @@ -312,6 +312,11 @@ /* * Environment */ +#ifndef SPL_NO_MISC +/* Initial environment variables */ +#define CFG_EXTRA_ENV_SETTINGS \ + EXTRA_ENV_SETTINGS +#endif #ifdef CONFIG_TFABOOT #define IFC_NAND_BOOTCOMMAND "run distro_bootcmd; run nand_bootcmd; " \ |
