Merge branch 'master' of git://git.denx.de/u-boot-nds32
[oweals/u-boot.git] / include / configs / mgcoge3ne.h
index f080619b193bb4ec57dc850bf17dd79025b5619c..6fa15844955aec08df66dbe003c6ed5a75720c4b 100644 (file)
@@ -37,8 +37,8 @@
 #define        CONFIG_SYS_TEXT_BASE    0xFE000000
 
 /* include common defines/options for all Keymile boards */
-#include "keymile-common.h"
-#include "km-powerpc.h"
+#include "km/keymile-common.h"
+#include "km/km-powerpc.h"
 
 #define CONFIG_SYS_SDRAM_BASE          0x00000000
 #define CONFIG_SYS_FLASH_BASE          0xFE000000
                        PSDMR_WRC_2C                            |\
                        PSDMR_CL_2)
 
+#define CONFIG_KM_BOARD_EXTRA_ENV      "bobcatreset=true\0"
+
 /* include further common stuff for all keymile 82xx boards */
-#include "km82xx-common.h"
+#include "km/km82xx-common.h"
+
+/* bfticu address */
+#define CONFIG_SYS_BFTICU_BASE          0x40000000
 
 #endif /* __MGCOGE3NE */