summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8548cds
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-24 00:19:58 +0300
committerTom Rini <trini@konsulko.com>2022-04-01 17:28:46 +0300
commit11f077bb20ece485dcc0659133e621aaaf6f0e68 (patch)
tree2eb48a548c07f45e446aa194d2c5832d75c48230 /board/freescale/mpc8548cds
parent7f3092d71317552735bd3f1784b16c31af89dd68 (diff)
downloadu-boot-11f077bb20ece485dcc0659133e621aaaf6f0e68.tar.xz
mpc8548cds: Rework CONFIG_LEGACY usage
This CONFIG option is used in one place, so pick a more direct name and migrate to Kconfig. Rework the code slightly. Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/mpc8548cds')
-rw-r--r--board/freescale/mpc8548cds/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig
index 09f3b0b766..87f3374bf4 100644
--- a/board/freescale/mpc8548cds/Kconfig
+++ b/board/freescale/mpc8548cds/Kconfig
@@ -9,4 +9,7 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "MPC8548CDS"
+config TARGET_MPC8548CDS_LEGACY
+ bool "Legacy platform support"
+
endif