diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2024-02-09 11:30:09 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@denx.de> | 2024-02-10 15:16:13 -0300 |
commit | fcd377ed6480643b1f79188c7a8fb9280a211b4f (patch) | |
tree | 0631f3ebeb6ca186d7332cc7dcd30615dab21a43 | |
parent | db783ee982e946ce27c63761b848d9ffa503455d (diff) | |
download | u-boot-fcd377ed6480643b1f79188c7a8fb9280a211b4f.zip u-boot-fcd377ed6480643b1f79188c7a8fb9280a211b4f.tar.gz u-boot-fcd377ed6480643b1f79188c7a8fb9280a211b4f.tar.bz2 |
configs: imx93_var_som: Enable AHAB support
Enable AHAB support in the imx93_var_som configuration.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | configs/imx93_var_som_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx93_var_som_defconfig b/configs/imx93_var_som_defconfig index cc0c5a7..14922f2 100644 --- a/configs/imx93_var_som_defconfig +++ b/configs/imx93_var_som_defconfig @@ -12,6 +12,7 @@ CONFIG_IMX_CONFIG="arch/arm/mach-imx/imx9/imximage.cfg" CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="imx93-var-som-symphony" CONFIG_SPL_TEXT_BASE=0x2049A000 +CONFIG_AHAB_BOOT=y CONFIG_TARGET_IMX93_VAR_SOM=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SPL_SERIAL=y |