Skip to content
Snippets Groups Projects
Commit 264eaa0e authored by Valentin Longchamp's avatar Valentin Longchamp Committed by Wolfgang Denk
Browse files

keymile boards: move keymile specific header in subdir


Collect all keymile specific common headers in include/configs/km.

Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Signed-off-by: default avatarValentin 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>
parent 499b1a4d
No related branches found
No related tags found
No related merge requests found
File moved
File moved
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"netdev=eth2\0" \ "netdev=eth2\0" \
/* include common defines/options for all 83xx Keymile boards */ /* include common defines/options for all 83xx Keymile boards */
#include "km83xx-common.h" #include "km/km83xx-common.h"
#define CONFIG_MISC_INIT_R #define CONFIG_MISC_INIT_R
/* /*
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#define CONFIG_SYS_TEXT_BASE 0xF0000000 #define CONFIG_SYS_TEXT_BASE 0xF0000000
/* include common defines/options for all 8321 Keymile boards */ /* include common defines/options for all 8321 Keymile boards */
#include "km8321-common.h" #include "km/km8321-common.h"
/* /*
* Init Local Bus Memory Controller: * Init Local Bus Memory Controller:
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
#define CONFIG_SYS_TEXT_BASE 0xFE000000 #define CONFIG_SYS_TEXT_BASE 0xFE000000
/* include common defines/options for all Keymile boards */ /* include common defines/options for all Keymile boards */
#include "keymile-common.h" #include "km/keymile-common.h"
#include "km-powerpc.h" #include "km/km-powerpc.h"
#define CONFIG_SYS_SDRAM_BASE 0x00000000 #define CONFIG_SYS_SDRAM_BASE 0x00000000
#define CONFIG_SYS_FLASH_BASE 0xFE000000 #define CONFIG_SYS_FLASH_BASE 0xFE000000
...@@ -88,6 +88,6 @@ ...@@ -88,6 +88,6 @@
#define CONFIG_KM_BOARD_EXTRA_ENV "" #define CONFIG_KM_BOARD_EXTRA_ENV ""
/* include further common stuff for all keymile 82xx boards */ /* include further common stuff for all keymile 82xx boards */
#include "km82xx-common.h" #include "km/km82xx-common.h"
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#define _CONFIG_MGCOGE2UN_H #define _CONFIG_MGCOGE2UN_H
/* include common defines/options for all arm based Keymile boards */ /* include common defines/options for all arm based Keymile boards */
#include "km_arm.h" #include "km/km_arm.h"
/* /*
* Version number information * Version number information
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
#define CONFIG_SYS_TEXT_BASE 0xFE000000 #define CONFIG_SYS_TEXT_BASE 0xFE000000
/* include common defines/options for all Keymile boards */ /* include common defines/options for all Keymile boards */
#include "keymile-common.h" #include "km/keymile-common.h"
#include "km-powerpc.h" #include "km/km-powerpc.h"
#define CONFIG_SYS_SDRAM_BASE 0x00000000 #define CONFIG_SYS_SDRAM_BASE 0x00000000
#define CONFIG_SYS_FLASH_BASE 0xFE000000 #define CONFIG_SYS_FLASH_BASE 0xFE000000
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
#define CONFIG_KM_BOARD_EXTRA_ENV "bobcatreset=true\0" #define CONFIG_KM_BOARD_EXTRA_ENV "bobcatreset=true\0"
/* include further common stuff for all keymile 82xx boards */ /* include further common stuff for all keymile 82xx boards */
#include "km82xx-common.h" #include "km/km82xx-common.h"
/* bfticu address */ /* bfticu address */
#define CONFIG_SYS_BFTICU_BASE 0x40000000 #define CONFIG_SYS_BFTICU_BASE 0x40000000
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#define _CONFIG_SUEN3_H #define _CONFIG_SUEN3_H
/* include common defines/options for all arm based Keymile boards */ /* include common defines/options for all arm based Keymile boards */
#include "km_arm.h" #include "km/km_arm.h"
/* /*
* Version number information * Version number information
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#define _CONFIG_SUEN8_H #define _CONFIG_SUEN8_H
/* include common defines/options for all arm based Keymile boards */ /* include common defines/options for all arm based Keymile boards */
#include "km_arm.h" #include "km/km_arm.h"
/* /*
* Version number information * Version number information
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#define CONFIG_SYS_TEXT_BASE 0xF0000000 #define CONFIG_SYS_TEXT_BASE 0xF0000000
/* include common defines/options for all 8321 Keymile boards */ /* include common defines/options for all 8321 Keymile boards */
#include "km8321-common.h" #include "km/km8321-common.h"
#define CONFIG_SYS_APP1_BASE 0xA0000000 #define CONFIG_SYS_APP1_BASE 0xA0000000
#define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */ #define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#define CONFIG_SYS_TEXT_BASE 0xF0000000 #define CONFIG_SYS_TEXT_BASE 0xF0000000
/* include common defines/options for all 8321 Keymile boards */ /* include common defines/options for all 8321 Keymile boards */
#include "km8321-common.h" #include "km/km8321-common.h"
#define CONFIG_SYS_APP1_BASE 0xA0000000 /* PAXG */ #define CONFIG_SYS_APP1_BASE 0xA0000000 /* PAXG */
#define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */ #define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#define CONFIG_SYS_TEXT_BASE 0xF0000000 #define CONFIG_SYS_TEXT_BASE 0xF0000000
/* include common defines/options for all 8321 Keymile boards */ /* include common defines/options for all 8321 Keymile boards */
#include "km8321-common.h" #include "km/km8321-common.h"
#define CONFIG_SYS_LPXF_BASE 0xA0000000 /* LPXF */ #define CONFIG_SYS_LPXF_BASE 0xA0000000 /* LPXF */
#define CONFIG_SYS_LPXF_SIZE 256 /* Megabytes */ #define CONFIG_SYS_LPXF_SIZE 256 /* Megabytes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment