2 * File: support_common.h
3 * Purpose: Various project configurations.
8 #ifndef _SUPPORT_COMMON_H_
9 #define _SUPPORT_COMMON_H_
11 /* Enable UART Support. */
12 #define ENABLE_UART_SUPPORT 0
16 /* Initialize RAMBAR: locate SRAM and validate it */ \
17 move.l %#__RAMBAR + 0x21,d0; \
20 #define SUPPORT_ROM_TO_RAM 1
23 * Include the derivative header files
28 * Include the board specific header files
30 #include "MCF52221_sysinit.h"
32 /********************************************************************/
34 #endif /* _SUPPORT_COMMON_H_ */