Commit 2ec5fb4a authored by Jonas Remmert's avatar Jonas Remmert Committed by Carles Cufi
Browse files

boards: PHYTEC: phyboard_pollux: remove mimx8mp prefix



For easier recognition PHYTEC boards have been prefixed with the SoC name.
As the new hardware model includes the SoC and cpu, this prefixing is not
needed anymore. All PHYTEC eval boards have an individual and unique name
and can be found easily via this name.

Signed-off-by: default avatarJonas Remmert <j.remmert@phytec.de>
parent 00c5ff77
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ set(mimx8mp_evk_itcm_DEPRECATED
    imx8mp_evk/mimx8ml8/m7
)
set(mimx8mp_phyboard_pollux_DEPRECATED
    mimx8mp_phyboard_pollux/mimx8ml8/m7
    phyboard_pollux/mimx8ml8/m7
)
set(mimx8mq_evk_cm4_DEPRECATED
    imx8mq_evk/mimx8mq6/m4
@@ -910,3 +910,6 @@ set(xiao_esp32s3_DEPRECATED
set(yd_esp32_DEPRECATED
    yd_esp32/esp32/procpu
)
set(mimx8mp_phyboard_pollux/mimx8ml8/m7_DEPRECATED
    phyboard_pollux/mimx8ml8/m7
)
+2 −2
Original line number Diff line number Diff line
# Copyright (c) 2022 PHYTEC Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0

config BOARD_MIMX8MP_PHYBOARD_POLLUX
	select SOC_MIMX8ML8_M7 if BOARD_MIMX8MP_PHYBOARD_POLLUX_MIMX8ML8_M7
config BOARD_PHYBOARD_POLLUX
	select SOC_MIMX8ML8_M7 if BOARD_PHYBOARD_POLLUX_MIMX8ML8_M7
	select SOC_PART_NUMBER_MIMX8ML8DVNLZ
+6 −0
Original line number Diff line number Diff line
board:
  name: mimx8mp_phyboard_pollux
  full_name: PhyBOARD Pollux (NXP i.MX8M Plus)
  name: phyboard_pollux
  full_name: phyBOARD-Pollux i.MX8M Plus
  vendor: phytec
  socs:
    - name: mimx8ml8
Loading