diff options
| author | Enrico Leto <enrico.leto@siemens.com> | 2024-11-23 17:52:50 +0100 |
|---|---|---|
| committer | Fabio Estevam <festevam@gmail.com> | 2024-11-25 23:07:37 -0300 |
| commit | c8b3c46bdeb9b1d98f930bbcfbcce7df7f04e1bc (patch) | |
| tree | 3459729601049b599d29018c341910247a75211a /arch/arm/mach-imx | |
| parent | 645a42d7ee88dc8c3848c15d178b0f111c636933 (diff) | |
siemens: capricorn: move to cxg3 reference project with deneb board
We have many HW with capricorn i.MX8X boards. The difference in u-boot is
at all by the display of the LEDs.
* put upstream a reference project & board for DT and defconfig
* use the capricorn prefix outside the board/siemens/capricorn folder
Signed-off-by: Enrico Leto <enrico.leto@siemens.com>
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/arm/mach-imx')
| -rw-r--r-- | arch/arm/mach-imx/imx8/Kconfig | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig index 59d11b3179e..9a43beda6fa 100644 --- a/arch/arm/mach-imx/imx8/Kconfig +++ b/arch/arm/mach-imx/imx8/Kconfig @@ -54,15 +54,8 @@ config TARGET_COLIBRI_IMX8X select BOARD_LATE_INIT select IMX8QXP -config TARGET_DENEB - bool "Support i.MX8QXP Capricorn Deneb board" - select BINMAN - select BOARD_LATE_INIT - select FACTORYSET - select IMX8QXP - -config TARGET_GIEDI - bool "Support i.MX8QXP Capricorn Giedi board" +config TARGET_CAPRICORN + bool "Support i.MX8QXP Capricorn board" select BINMAN select BOARD_LATE_INIT select FACTORYSET |
