diff options
| author | Tom Rini <[email protected]> | 2022-08-02 07:33:34 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-20 21:18:15 -0400 |
| commit | 40463b9c4a8da6fe3c8fcf2136e75ff3b1520970 (patch) | |
| tree | 25b1f875bd3ded0ac4d9e1ba99872cb762c40e19 /arch | |
| parent | 0fb054b3f7ea0764ade8d83f7d482e76add62063 (diff) | |
arm: Remove kzm9g board
This board is behind on several mandatory DM migrations and is missing
OF_CONTROL support that makes other conversions impossible. Remove it.
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Tetsuyuki Kobayashi <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-rmobile/Kconfig.32 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index 27db7940e37..a07eff71dfe 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -83,9 +83,6 @@ config TARGET_LAGER select SPL_USE_TINY_PRINTF imply CMD_DM -config TARGET_KZM9G - bool "KZM9D board" - config TARGET_ALT bool "Alt board" select DM @@ -157,7 +154,6 @@ source "board/renesas/blanche/Kconfig" source "board/renesas/gose/Kconfig" source "board/renesas/koelsch/Kconfig" source "board/renesas/lager/Kconfig" -source "board/kmc/kzm9g/Kconfig" source "board/renesas/alt/Kconfig" source "board/renesas/silk/Kconfig" source "board/renesas/porter/Kconfig" |
