diff options
| author | Alice Guo <[email protected]> | 2026-05-19 14:22:01 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-06-05 08:58:00 -0300 |
| commit | 19e841acb8d3874bd19f8893b7ab23d8cccdb20a (patch) | |
| tree | a09a6dbed100c0d2b1e8fc09e48f31835b73a34f /configs/mx7ulp_evk_plugin_defconfig | |
| parent | c8bab9f6ba533a2f5c077129e8194d001d632f69 (diff) | |
imx7ulp: Switch to OF_UPSTREAM
Migrate i.MX7ULP boards to use OF_UPSTREAM feature, which allows U-Boot
to directly use device trees from the Linux kernel upstream.
Signed-off-by: Alice Guo <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Diffstat (limited to 'configs/mx7ulp_evk_plugin_defconfig')
| -rw-r--r-- | configs/mx7ulp_evk_plugin_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig index af0efbd3ebf..148b706d17a 100644 --- a/configs/mx7ulp_evk_plugin_defconfig +++ b/configs/mx7ulp_evk_plugin_defconfig @@ -6,7 +6,7 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0xC0000 CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx7ulp-evk" +CONFIG_DEFAULT_DEVICE_TREE="nxp/imx/imx7ulp-evk" CONFIG_TARGET_MX7ULP_EVK=y CONFIG_SYS_BOOTM_LEN=0x1000000 CONFIG_SYS_LOAD_ADDR=0x60800000 |
