Rename 'platform.h' in 'imx6ul' and 'qemu-vexpress-a9' BSPs.

This filename conflicts with the 'mbedtls' package. They are renamed
in the name of the corresponding chips and included in 'board.h'.
Files that rely on this file should include 'board.h' instead.
This commit is contained in:
qz721
2019-04-26 10:50:48 +08:00
parent ba99d95d56
commit 61f2a71511
8 changed files with 11 additions and 22 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#define __GIC_H__
#include <rthw.h>
#include <platform.h>
#include <board.h>
int arm_gic_dist_init(rt_uint32_t index, rt_uint32_t dist_base, int irq_start);
int arm_gic_cpu_init(rt_uint32_t index, rt_uint32_t cpu_base);
+1 -1
View File
@@ -12,7 +12,7 @@
#define __INTERRUPT_H__
#include <rthw.h>
#include <platform.h>
#include <board.h>
#define INT_IRQ 0x00
#define INT_FIQ 0x01
+1 -1
View File
@@ -10,7 +10,7 @@
#include <rtthread.h>
#include <rthw.h>
#include <platform.h>
#include <board.h>
#include "armv7.h"
#include "interrupt.h"