diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2011-05-04 01:47:33 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-05-10 23:22:49 +0200 |
commit | 264eaa0ea967bac32214b87d60cfc86c8b22cac6 (patch) | |
tree | 7c8d9a49265a93a35e6c253a6d283f5787d2d13c /include/configs/mgcoge3ne.h | |
parent | 499b1a4d33d4c3feee2244c580eae57e895a0759 (diff) | |
download | u-boot-imx-264eaa0ea967bac32214b87d60cfc86c8b22cac6.zip u-boot-imx-264eaa0ea967bac32214b87d60cfc86c8b22cac6.tar.gz u-boot-imx-264eaa0ea967bac32214b87d60cfc86c8b22cac6.tar.bz2 |
keymile boards: move keymile specific header in subdir
Collect all keymile specific common headers in include/configs/km.
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Wolfgang Denk <wd@denx.de>
cc: Detlev Zundel <dzu@denx.de>
cc: Prafulla Wadaskar <prafulla@marvell.com>
cc: Kim Phillips <kim.phillips@freescale.com>
cc: Holger Brunck <holger.brunck@keymile.com>
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 |