aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-10-22 10:42:19 +0800
committerTom Rini <trini@konsulko.com>2022-01-07 15:42:41 -0500
commitea6ad1a42a770fa0cd18b1d2490bcd5a072c4f8b (patch)
treee5883063d272d42f0125b6fb551d0097db1b0c47 /board
parentddc890bc7e41ccca32f89a5b47eed70a2319d476 (diff)
downloadu-boot-ea6ad1a42a770fa0cd18b1d2490bcd5a072c4f8b.zip
u-boot-ea6ad1a42a770fa0cd18b1d2490bcd5a072c4f8b.tar.gz
u-boot-ea6ad1a42a770fa0cd18b1d2490bcd5a072c4f8b.tar.bz2
imx: imx8mq use common imximage.cfg
After all these board switch to binman, we could use common imximage.cfg Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Patrick Wildt <patrick@blueri.se>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/imx8mq_evk/Kconfig2
-rw-r--r--board/freescale/imx8mq_evk/imximage.cfg11
-rw-r--r--board/google/imx8mq_phanbell/Kconfig2
-rw-r--r--board/google/imx8mq_phanbell/imximage.cfg11
-rw-r--r--board/technexion/pico-imx8mq/Kconfig2
-rw-r--r--board/technexion/pico-imx8mq/imximage.cfg11
6 files changed, 3 insertions, 36 deletions
diff --git a/board/freescale/imx8mq_evk/Kconfig b/board/freescale/imx8mq_evk/Kconfig
index a7c4974..c4d20ad 100644
--- a/board/freescale/imx8mq_evk/Kconfig
+++ b/board/freescale/imx8mq_evk/Kconfig
@@ -10,6 +10,6 @@ config SYS_CONFIG_NAME
default "imx8mq_evk"
config IMX_CONFIG
- default "board/freescale/imx8mq_evk/imximage.cfg"
+ default "arch/arm/mach-imx/imx8m/imximage.cfg"
endif
diff --git a/board/freescale/imx8mq_evk/imximage.cfg b/board/freescale/imx8mq_evk/imximage.cfg
deleted file mode 100644
index 74f12b3..0000000
--- a/board/freescale/imx8mq_evk/imximage.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright 2021 NXP
- */
-
-#define __ASSEMBLY__
-
-FIT
-BOOT_FROM sd
-SIGNED_HDMI signed_hdmi.bin
-LOADER mkimage.flash.mkimage 0x7e1000
diff --git a/board/google/imx8mq_phanbell/Kconfig b/board/google/imx8mq_phanbell/Kconfig
index e59b03c..54cfb99 100644
--- a/board/google/imx8mq_phanbell/Kconfig
+++ b/board/google/imx8mq_phanbell/Kconfig
@@ -10,6 +10,6 @@ config SYS_CONFIG_NAME
default "imx8mq_phanbell"
config IMX_CONFIG
- default "board/google/imx8mq_phanbell/imximage.cfg"
+ default "arch/arm/mach-imx/imx8m/imximage.cfg"
endif
diff --git a/board/google/imx8mq_phanbell/imximage.cfg b/board/google/imx8mq_phanbell/imximage.cfg
deleted file mode 100644
index 74f12b3..0000000
--- a/board/google/imx8mq_phanbell/imximage.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright 2021 NXP
- */
-
-#define __ASSEMBLY__
-
-FIT
-BOOT_FROM sd
-SIGNED_HDMI signed_hdmi.bin
-LOADER mkimage.flash.mkimage 0x7e1000
diff --git a/board/technexion/pico-imx8mq/Kconfig b/board/technexion/pico-imx8mq/Kconfig
index 9765551..628b051 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 "board/technexion/pico-imx8mq/imximage.cfg"
+ default "arch/arm/mach-imx/imx8m/imximage.cfg"
endif
diff --git a/board/technexion/pico-imx8mq/imximage.cfg b/board/technexion/pico-imx8mq/imximage.cfg
deleted file mode 100644
index 74f12b3..0000000
--- a/board/technexion/pico-imx8mq/imximage.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright 2021 NXP
- */
-
-#define __ASSEMBLY__
-
-FIT
-BOOT_FROM sd
-SIGNED_HDMI signed_hdmi.bin
-LOADER mkimage.flash.mkimage 0x7e1000