summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/bsp/board.h2
-rw-r--r--hw/bsp/ea4357/board_ea4357.c (renamed from hw/bsp/embedded_artists/ea4357/board_ea4357.c)2
-rw-r--r--hw/bsp/ea4357/board_ea4357.h (renamed from hw/bsp/embedded_artists/ea4357/board_ea4357.h)0
-rw-r--r--hw/bsp/ea4357/emac.c (renamed from hw/bsp/embedded_artists/ea4357/emac.c)2
-rw-r--r--hw/bsp/ea4357/emac.h (renamed from hw/bsp/embedded_artists/ea4357/emac.h)0
-rw-r--r--hw/bsp/ea4357/nand.c (renamed from hw/bsp/embedded_artists/ea4357/nand.c)2
-rw-r--r--hw/bsp/ea4357/nand.h (renamed from hw/bsp/embedded_artists/ea4357/nand.h)0
-rw-r--r--hw/bsp/ea4357/oem_base_board/acc.c (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/acc.c)2
-rw-r--r--hw/bsp/ea4357/oem_base_board/acc.h (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/acc.h)0
-rw-r--r--hw/bsp/ea4357/oem_base_board/base_eeprom.c (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.c)2
-rw-r--r--hw/bsp/ea4357/oem_base_board/base_eeprom.h (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.h)0
-rw-r--r--hw/bsp/ea4357/oem_base_board/lm75a.c (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.c)2
-rw-r--r--hw/bsp/ea4357/oem_base_board/lm75a.h (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.h)0
-rw-r--r--hw/bsp/ea4357/oem_base_board/memreg.c (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.c)2
-rw-r--r--hw/bsp/ea4357/oem_base_board/memreg.h (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.h)0
-rw-r--r--hw/bsp/ea4357/oem_base_board/norflash.c (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.c)2
-rw-r--r--hw/bsp/ea4357/oem_base_board/norflash.h (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.h)0
-rw-r--r--hw/bsp/ea4357/oem_base_board/pca9532.c (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.c)2
-rw-r--r--hw/bsp/ea4357/oem_base_board/pca9532.h (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.h)0
-rw-r--r--hw/bsp/ea4357/oem_base_board/uda1380.c (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.c)2
-rw-r--r--hw/bsp/ea4357/oem_base_board/uda1380.h (renamed from hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.h)0
-rw-r--r--hw/bsp/ea4357/sdram.c (renamed from hw/bsp/embedded_artists/ea4357/sdram.c)2
-rw-r--r--hw/bsp/ea4357/sdram.h (renamed from hw/bsp/embedded_artists/ea4357/sdram.h)0
23 files changed, 12 insertions, 12 deletions
diff --git a/hw/bsp/board.h b/hw/bsp/board.h
index 132140019..42a6b92ca 100644
--- a/hw/bsp/board.h
+++ b/hw/bsp/board.h
@@ -101,7 +101,7 @@
#elif BOARD == BOARD_NGX4330
#include "ngx/board_ngx4330.h"
#elif BOARD == BOARD_EA4357
- #include "embedded_artists/ea4357/board_ea4357.h"
+ #include "ea4357/board_ea4357.h"
#elif BOARD == BOARD_MCB4300
#include "keil/board_mcb4300.h"
#elif BOARD == BOARD_HITEX4350
diff --git a/hw/bsp/embedded_artists/ea4357/board_ea4357.c b/hw/bsp/ea4357/board_ea4357.c
index 87442d374..1aec84871 100644
--- a/hw/bsp/embedded_artists/ea4357/board_ea4357.c
+++ b/hw/bsp/ea4357/board_ea4357.c
@@ -36,7 +36,7 @@
*/
/**************************************************************************/
-#include "../../board.h"
+#include "../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/board_ea4357.h b/hw/bsp/ea4357/board_ea4357.h
index e241a2bfd..e241a2bfd 100644
--- a/hw/bsp/embedded_artists/ea4357/board_ea4357.h
+++ b/hw/bsp/ea4357/board_ea4357.h
diff --git a/hw/bsp/embedded_artists/ea4357/emac.c b/hw/bsp/ea4357/emac.c
index 9974867af..fce042259 100644
--- a/hw/bsp/embedded_artists/ea4357/emac.c
+++ b/hw/bsp/ea4357/emac.c
@@ -15,7 +15,7 @@
***** *****
******************************************************************/
-#include "../../board.h"
+#include "../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/emac.h b/hw/bsp/ea4357/emac.h
index b9f0c3baa..b9f0c3baa 100644
--- a/hw/bsp/embedded_artists/ea4357/emac.h
+++ b/hw/bsp/ea4357/emac.h
diff --git a/hw/bsp/embedded_artists/ea4357/nand.c b/hw/bsp/ea4357/nand.c
index 8de9c299c..21ec14fbe 100644
--- a/hw/bsp/embedded_artists/ea4357/nand.c
+++ b/hw/bsp/ea4357/nand.c
@@ -20,7 +20,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
-#include "../../board.h"
+#include "../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/nand.h b/hw/bsp/ea4357/nand.h
index 693c67478..693c67478 100644
--- a/hw/bsp/embedded_artists/ea4357/nand.h
+++ b/hw/bsp/ea4357/nand.h
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/acc.c b/hw/bsp/ea4357/oem_base_board/acc.c
index ad4859356..a53634980 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/acc.c
+++ b/hw/bsp/ea4357/oem_base_board/acc.c
@@ -21,7 +21,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/acc.h b/hw/bsp/ea4357/oem_base_board/acc.h
index 3a739e0b0..3a739e0b0 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/acc.h
+++ b/hw/bsp/ea4357/oem_base_board/acc.h
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.c b/hw/bsp/ea4357/oem_base_board/base_eeprom.c
index f6e60586c..7571744a6 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.c
+++ b/hw/bsp/ea4357/oem_base_board/base_eeprom.c
@@ -24,7 +24,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.h b/hw/bsp/ea4357/oem_base_board/base_eeprom.h
index 0d7023093..0d7023093 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.h
+++ b/hw/bsp/ea4357/oem_base_board/base_eeprom.h
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.c b/hw/bsp/ea4357/oem_base_board/lm75a.c
index 72adcdcd4..db8234405 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.c
+++ b/hw/bsp/ea4357/oem_base_board/lm75a.c
@@ -24,7 +24,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.h b/hw/bsp/ea4357/oem_base_board/lm75a.h
index 0ed6c8dfe..0ed6c8dfe 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.h
+++ b/hw/bsp/ea4357/oem_base_board/lm75a.h
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.c b/hw/bsp/ea4357/oem_base_board/memreg.c
index 778b5c86b..51bcada4b 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.c
+++ b/hw/bsp/ea4357/oem_base_board/memreg.c
@@ -21,7 +21,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.h b/hw/bsp/ea4357/oem_base_board/memreg.h
index e9ef85f03..e9ef85f03 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.h
+++ b/hw/bsp/ea4357/oem_base_board/memreg.h
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.c b/hw/bsp/ea4357/oem_base_board/norflash.c
index 560161d3d..0baf62c49 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.c
+++ b/hw/bsp/ea4357/oem_base_board/norflash.c
@@ -21,7 +21,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.h b/hw/bsp/ea4357/oem_base_board/norflash.h
index 11eb675e6..11eb675e6 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.h
+++ b/hw/bsp/ea4357/oem_base_board/norflash.h
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.c b/hw/bsp/ea4357/oem_base_board/pca9532.c
index 5390f6e0b..05e73cc2e 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.c
+++ b/hw/bsp/ea4357/oem_base_board/pca9532.c
@@ -24,7 +24,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.h b/hw/bsp/ea4357/oem_base_board/pca9532.h
index 885075326..885075326 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.h
+++ b/hw/bsp/ea4357/oem_base_board/pca9532.h
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.c b/hw/bsp/ea4357/oem_base_board/uda1380.c
index 1168bb8b6..654e4eb9a 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.c
+++ b/hw/bsp/ea4357/oem_base_board/uda1380.c
@@ -1,4 +1,4 @@
-#include "../../../board.h"
+#include "../../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.h b/hw/bsp/ea4357/oem_base_board/uda1380.h
index b953cf501..b953cf501 100644
--- a/hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.h
+++ b/hw/bsp/ea4357/oem_base_board/uda1380.h
diff --git a/hw/bsp/embedded_artists/ea4357/sdram.c b/hw/bsp/ea4357/sdram.c
index a8c5378bc..68c67cf52 100644
--- a/hw/bsp/embedded_artists/ea4357/sdram.c
+++ b/hw/bsp/ea4357/sdram.c
@@ -21,7 +21,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
-#include "../../board.h"
+#include "../board.h"
#if BOARD == BOARD_EA4357
diff --git a/hw/bsp/embedded_artists/ea4357/sdram.h b/hw/bsp/ea4357/sdram.h
index 82122b9f8..82122b9f8 100644
--- a/hw/bsp/embedded_artists/ea4357/sdram.h
+++ b/hw/bsp/ea4357/sdram.h