summaryrefslogtreecommitdiff
path: root/board/technexion/pico-imx8mq/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-10-22 05:42:18 +0300
committerTom Rini <trini@konsulko.com>2022-01-07 23:42:41 +0300
commitddc890bc7e41ccca32f89a5b47eed70a2319d476 (patch)
tree2cc9fc82e976d32d2ecd2369ab207038f84d0506 /board/technexion/pico-imx8mq/Kconfig
parentf7f70ea216068a5dbc6e646a0ff1aa3215bb6f0f (diff)
downloadu-boot-ddc890bc7e41ccca32f89a5b47eed70a2319d476.tar.xz
imx: pico-imx8mq: switch to use binman
Switch to use binman to pack images Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Patrick Wildt <patrick@blueri.se>
Diffstat (limited to 'board/technexion/pico-imx8mq/Kconfig')
-rw-r--r--board/technexion/pico-imx8mq/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/technexion/pico-imx8mq/Kconfig b/board/technexion/pico-imx8mq/Kconfig
index 628b051149..97655517d8 100644
--- a/board/technexion/pico-imx8mq/Kconfig
+++ b/board/technexion/pico-imx8mq/Kconfig
@@ -10,6 +10,6 @@ config SYS_CONFIG_NAME
default "pico-imx8mq"
config IMX_CONFIG
- default "arch/arm/mach-imx/imx8m/imximage.cfg"
+ default "board/technexion/pico-imx8mq/imximage.cfg"
endif