rtems: BSP mvme2700 is now supported in RTEMS

This patch changes the name for RTEMS 6 or later from mvme2307 to
mvme2700.
This commit is contained in:
Chris Johns
2023-04-12 14:35:06 -10:00
committed by Andrew Johnson
parent 2b8a944a7d
commit f9d1fbeedb

View File

@ -1,7 +1,6 @@
#
# Author: Matt Rippa
#
RTEMS_BSP = mvme2307
RTEMS_TARGET_CPU = powerpc
ARCH_DEP_CFLAGS += -DMY_DO_BOOTP=NULL
ARCH_DEP_CFLAGS += -DHAVE_PPCBUG
@ -23,3 +22,9 @@ define MUNCH_CMD
endef
include $(CONFIG)/os/CONFIG.Common.RTEMS
ifeq ($(RTEMS_VERSION), $(word 1, $(sort 5 $(RTEMS_VERSION))))
RTEMS_BSP = mvme2700
else
RTEMS_BSP = mvme2307
endif