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:

committed by
Andrew Johnson

parent
2b8a944a7d
commit
f9d1fbeedb
@ -1,7 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Author: Matt Rippa
|
# Author: Matt Rippa
|
||||||
#
|
#
|
||||||
RTEMS_BSP = mvme2307
|
|
||||||
RTEMS_TARGET_CPU = powerpc
|
RTEMS_TARGET_CPU = powerpc
|
||||||
ARCH_DEP_CFLAGS += -DMY_DO_BOOTP=NULL
|
ARCH_DEP_CFLAGS += -DMY_DO_BOOTP=NULL
|
||||||
ARCH_DEP_CFLAGS += -DHAVE_PPCBUG
|
ARCH_DEP_CFLAGS += -DHAVE_PPCBUG
|
||||||
@ -23,3 +22,9 @@ define MUNCH_CMD
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
include $(CONFIG)/os/CONFIG.Common.RTEMS
|
include $(CONFIG)/os/CONFIG.Common.RTEMS
|
||||||
|
|
||||||
|
ifeq ($(RTEMS_VERSION), $(word 1, $(sort 5 $(RTEMS_VERSION))))
|
||||||
|
RTEMS_BSP = mvme2700
|
||||||
|
else
|
||||||
|
RTEMS_BSP = mvme2307
|
||||||
|
endif
|
||||||
|
Reference in New Issue
Block a user