diff options
Diffstat (limited to 'include/configs/mgcoge3ne.h')
-rw-r--r-- | include/configs/mgcoge3ne.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mgcoge3ne.h b/include/configs/mgcoge3ne.h index 6f7e12f..6fa1584 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,7 +88,7 @@ #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 |