hathach 8 лет назад
Родитель
Сommit
dbe5ff2a35

+ 1 - 1
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

+ 1 - 1
hw/bsp/embedded_artists/ea4357/board_ea4357.c → hw/bsp/ea4357/board_ea4357.c

@@ -36,7 +36,7 @@
 */
 /**************************************************************************/
 
-#include "../../board.h"
+#include "../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/board_ea4357.h → hw/bsp/ea4357/board_ea4357.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/emac.c → hw/bsp/ea4357/emac.c

@@ -15,7 +15,7 @@
  *****                                                        *****
  ******************************************************************/
 
-#include "../../board.h"
+#include "../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/emac.h → hw/bsp/ea4357/emac.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/nand.c → hw/bsp/ea4357/nand.c

@@ -20,7 +20,7 @@
 /******************************************************************************
  * Includes
  *****************************************************************************/
-#include "../../board.h"
+#include "../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/nand.h → hw/bsp/ea4357/nand.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/oem_base_board/acc.c → hw/bsp/ea4357/oem_base_board/acc.c

@@ -21,7 +21,7 @@
 /******************************************************************************
  * Includes
  *****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/oem_base_board/acc.h → hw/bsp/ea4357/oem_base_board/acc.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.c → hw/bsp/ea4357/oem_base_board/base_eeprom.c

@@ -24,7 +24,7 @@
 /******************************************************************************
  * Includes
  *****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.h → hw/bsp/ea4357/oem_base_board/base_eeprom.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.c → hw/bsp/ea4357/oem_base_board/lm75a.c

@@ -24,7 +24,7 @@
 /******************************************************************************
  * Includes
  *****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.h → hw/bsp/ea4357/oem_base_board/lm75a.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.c → hw/bsp/ea4357/oem_base_board/memreg.c

@@ -21,7 +21,7 @@
 /******************************************************************************
  * Includes
  *****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.h → hw/bsp/ea4357/oem_base_board/memreg.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.c → hw/bsp/ea4357/oem_base_board/norflash.c

@@ -21,7 +21,7 @@
 /******************************************************************************
  * Includes
  *****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.h → hw/bsp/ea4357/oem_base_board/norflash.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.c → hw/bsp/ea4357/oem_base_board/pca9532.c

@@ -24,7 +24,7 @@
 /******************************************************************************
  * Includes
  *****************************************************************************/
-#include "../../../board.h"
+#include "../../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.h → hw/bsp/ea4357/oem_base_board/pca9532.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.c → hw/bsp/ea4357/oem_base_board/uda1380.c

@@ -1,4 +1,4 @@
-#include "../../../board.h"
+#include "../../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.h → hw/bsp/ea4357/oem_base_board/uda1380.h


+ 1 - 1
hw/bsp/embedded_artists/ea4357/sdram.c → hw/bsp/ea4357/sdram.c

@@ -21,7 +21,7 @@
 /******************************************************************************
  * Includes
  *****************************************************************************/
-#include "../../board.h"
+#include "../board.h"
 
 #if BOARD == BOARD_EA4357
 

+ 0 - 0
hw/bsp/embedded_artists/ea4357/sdram.h → hw/bsp/ea4357/sdram.h