diff options
| author | Alice Guo <alice.guo@nxp.com> | 2026-01-23 15:54:06 +0800 |
|---|---|---|
| committer | Peng Fan <peng.fan@nxp.com> | 2026-01-28 14:26:50 +0800 |
| commit | add12cb688d5a05858beb82a9a3c272767468262 (patch) | |
| tree | 7f05ff0eefbd8c46e70131d74f0f9e5713cbeac7 /configs/imx8qxp_mek_defconfig | |
| parent | 424b324165ea0343598c5a8b52591ea504dcde52 (diff) | |
board: nxp: Rename board directory from board/freescale to board/nxp
This patch renames the board directory from board/freescale to
board/nxp because NXP now provides Board Support Packages (BSPs) and
tools for the former Freescale i.MX and other i.MX products.
All relevant references have been updated accordingly. This change does
not affect functionality.
Signed-off-by: Alice Guo <alice.guo@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/imx8qxp_mek_defconfig')
| -rw-r--r-- | configs/imx8qxp_mek_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig index 951d73fefd5..dea5188c2d7 100644 --- a/configs/imx8qxp_mek_defconfig +++ b/configs/imx8qxp_mek_defconfig @@ -43,7 +43,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_FORMAT is not set CONFIG_SPL_LOAD_IMX_CONTAINER=y -CONFIG_IMX_CONTAINER_CFG="board/freescale/imx8qxp_mek/uboot-container.cfg" +CONFIG_IMX_CONTAINER_CFG="board/nxp/imx8qxp_mek/uboot-container.cfg" CONFIG_SPL_SYS_MALLOC_SIMPLE=y # CONFIG_SPL_SHARES_INIT_SP_ADDR is not set CONFIG_SPL_HAVE_INIT_STACK=y |
