OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / vendors / Freescale / M5282EVB / config.arch
1 ############################################################################
2 #
3 # Vendor specific settings
4 #
5
6 CONSOLE_BAUD_RATE = 19200
7
8 ############################################################################
9 # We've used -m5307 here because the bulk of the 5282 instruction timings
10 # happen to be closer to the 5307 than the 5200 series.  Luckily, the
11 # actual instructions on the two processors are essentially identical.
12 # This should be fixed at some stage.
13
14 CPUFLAGS              = -m5307 -DCONFIG_COLDFIRE
15 VENDOR_CFLAGS         =
16 # DISABLE_XIP         = 1            # XIP works fine
17 # DISABLE_MOVE_RODATA = 1            # move-rodata is fine
18 # DISABLE_SHARED_LIBS = 1            # shared libs are fine
19 # LOPT                = -Os
20 # UOPT                = -Os
21
22 ############################################################################
23
24 include $(ROOTDIR)/vendors/config/m68knommu/config.arch
25
26 ############################################################################