X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmgcoge3ne.h;h=6fa15844955aec08df66dbe003c6ed5a75720c4b;hb=48680493092b72f084b60757889fae3d7ee62058;hp=7ed213ee513a5c725f8d0987b881e69aab253012;hpb=cceaa63bfebddf95a8019098c7338669fcd290b0;p=oweals%2Fu-boot.git diff --git a/include/configs/mgcoge3ne.h b/include/configs/mgcoge3ne.h index 7ed213ee51..6fa1584495 100644 --- a/include/configs/mgcoge3ne.h +++ b/include/configs/mgcoge3ne.h @@ -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 @@ -88,6 +88,9 @@ #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 */