X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fmgcoge.h;h=b736c56c0980147b718b0f2dcd0f8d25041f4b01;hb=0b7ff3f4595f751ca796456f536c50cae498351d;hp=93a6f4a83df85cdb902a366403ae5d65204de2d0;hpb=489337f5138a819e9f0dd3a921ea21d0749f75e1;p=u-boot diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h index 93a6f4a83d..b736c56c09 100644 --- a/include/configs/mgcoge.h +++ b/include/configs/mgcoge.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,9 @@ PSDMR_CL_2) +#define CONFIG_KM_BOARD_EXTRA_ENV "" + /* include further common stuff for all keymile 82xx boards */ -#include "km82xx-common.h" +#include "km/km82xx-common.h" #endif /* __CONFIG_H */