smdk2410: Move define of CPU_S3C2410 to bspopts.h

Updates #3425.
This commit is contained in:
Joel Sherrill
2018-05-09 14:47:37 -05:00
parent 2a1171d8c8
commit 85602e0d2e
4 changed files with 12 additions and 3 deletions

View File

@@ -11,8 +11,6 @@ RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2])
RTEMS_BSP_CONFIGURE
RTEMS_BSPOPTS_SET([ON_SKYEYE],[*],[])
RTEMS_BSPOPTS_HELP([ON_SKYEYE],
[If defined, enable options which optimize executingon the Skyeye
@@ -20,6 +18,11 @@ RTEMS_BSPOPTS_HELP([ON_SKYEYE],
time spent in the idle task is minimized. This significantly reduces
the wall time required to execute the RTEMS test suites.])
RTEMS_BSPOPTS_SET([CPU_S3C2410],[smdk2410],[1])
RTEMS_BSPOPTS_SET([CPU_S3C2410],[*],[])
RTEMS_BSPOPTS_HELP([CPU_S3C2410],
[If defined, enable optons for the S3C2410 CPU model.])
RTEMS_BSP_CLEANUP_OPTIONS
# Explicitly list all Makefiles here