TMS570: Fix a few naming issues leftover from leverage
This commit is contained in:
parent
a76f2b853a
commit
1ab3e02ac8
@ -49,12 +49,6 @@
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* arch/arm/src/armv7-a/l2cc_pl310.h includes this file and expects it to provide the
|
||||
* address of the L2CC-PL310 implementation.
|
||||
*/
|
||||
|
||||
#define L2CC_VBASE SAM_L2CC_VSECTION
|
||||
|
||||
/* Cache line sizes (in bytes)for the SAVA5Dx */
|
||||
|
||||
#define ARMV7A_DCACHE_LINESIZE 32 /* 32 bytes (8 words) */
|
||||
|
@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_TMS570_SAM_BOOT_H
|
||||
#define __ARCH_ARM_SRC_TMS570_SAM_BOOT_H
|
||||
#ifndef __ARCH_ARM_SRC_TMS570_TMS570_BOOT_H
|
||||
#define __ARCH_ARM_SRC_TMS570_TMS570_BOOT_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@ -139,4 +139,4 @@ void tms570_board_initialize(void);
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_TMS570_SAM_BOOT_H */
|
||||
#endif /* __ARCH_ARM_SRC_TMS570_TMS570_BOOT_H */
|
||||
|
@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_TMS570_SAM_IRQ_H
|
||||
#define __ARCH_ARM_SRC_TMS570_SAM_IRQ_H
|
||||
#ifndef __ARCH_ARM_SRC_TMS570_TMS570_IRQ_H
|
||||
#define __ARCH_ARM_SRC_TMS570_TMS570_IRQ_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -79,4 +79,4 @@ void up_enable_fiq(int channel);
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_TMS570_SAM_IRQ_H */
|
||||
#endif /* __ARCH_ARM_SRC_TMS570_TMS570_IRQ_H */
|
||||
|
Loading…
Reference in New Issue
Block a user