diff options
| author | Alice Guo <[email protected]> | 2025-12-09 10:19:17 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-12-29 10:17:00 -0300 |
| commit | d4863fcca8d78600192823f6ce64e0c25a75998f (patch) | |
| tree | 54b18dccc27a646df6a21c1556496f4cf2cee88b /include | |
| parent | ff1932daab1e6381e0b26d69a0197dfb2cd7168f (diff) | |
imx8ulp_evk: Convert to standard boot
Replace CONFIG_DISTRO_DEFAULTS with CONFIG_BOOTSTD_FULL to enable the
standard boot framework and use standard boot on i.MX8ULP.
Update CONFIG_BOOTCOMMAND to run bootflow scan before falling back to
board-specific bootcmd, and remove legacy distro boot environment from
imx8ulp_evk.h since bootstd now handles boot targets.
Signed-off-by: Alice Guo <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx8ulp_evk.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/imx8ulp_evk.h b/include/configs/imx8ulp_evk.h index 9308f5234f4..eb006c5d4a5 100644 --- a/include/configs/imx8ulp_evk.h +++ b/include/configs/imx8ulp_evk.h @@ -21,18 +21,8 @@ #define CFG_FEC_MXC_PHYADDR 1 #endif -#ifdef CONFIG_DISTRO_DEFAULTS -#define BOOT_TARGET_DEVICES(func) \ - func(MMC, mmc, 0) - -#include <config_distro_bootcmd.h> -#else -#define BOOTENV -#endif - /* Initial environment variables */ #define CFG_EXTRA_ENV_SETTINGS \ - BOOTENV \ "scriptaddr=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \ "kernel_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \ "image=Image\0" \ |
