X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmgcoge3ne.h;h=6fa15844955aec08df66dbe003c6ed5a75720c4b;hb=48680493092b72f084b60757889fae3d7ee62058;hp=f080619b193bb4ec57dc850bf17dd79025b5619c;hpb=489337f5138a819e9f0dd3a921ea21d0749f75e1;p=oweals%2Fu-boot.git diff --git a/include/configs/mgcoge3ne.h b/include/configs/mgcoge3ne.h index f080619b19..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 @@ -85,7 +85,12 @@ 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 */