diff options
| author | Yashwanth Varakala <[email protected]> | 2024-08-20 17:46:30 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-08-23 14:53:07 -0300 |
| commit | d037ef40e9d2c714fe29478ae7ee8f19aeea5d2e (patch) | |
| tree | 6c64769793acbb9446d4aa8515e86f4b7a97ee0d | |
| parent | f0f5ab50c2c534111d24652444e77700dffd2f90 (diff) | |
configs: phycore-imx8mp_defconfig: Enabled bootaux command
To start the mcore binary from u-boot, bootaux command is
needed.
Signed-off-by: Yashwanth Varakala <[email protected]>
| -rw-r--r-- | configs/phycore-imx8mp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index 63f8a80ba99..6b0ffecf9a7 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -24,6 +24,7 @@ CONFIG_SPL_BSS_START_ADDR=0x98fc00 CONFIG_SPL_BSS_MAX_SIZE=0x400 CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x3e0000 +CONFIG_IMX_BOOTAUX=y CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000 CONFIG_SYS_LOAD_ADDR=0x40480000 CONFIG_FIT=y |
