mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
keymile: Move config files
We want to unroll several include files, while keeping include statements consistent. To make it easier to not break the include statements, move the include files to the main configs directory. All three include files moved will be unrolled, so they won't pollute the directory for long. Signed-off-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
parent
0e0674fcab
commit
0921ea2b00
8 changed files with 10 additions and 10 deletions
|
@ -38,7 +38,7 @@
|
|||
#define CONFIG_QE /* Has QE */
|
||||
|
||||
/* include common defines/options for all 83xx Keymile boards */
|
||||
#include "km/km83xx-common.h"
|
||||
#include "km83xx-common.h"
|
||||
|
||||
/*
|
||||
* System IO Setup
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#define __CONFIG_KM83XX_H
|
||||
|
||||
/* 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"
|
||||
|
||||
/*
|
||||
* System Clock Setup
|
|
@ -20,7 +20,7 @@
|
|||
* High Level Configuration Options
|
||||
*/
|
||||
|
||||
/* This needs to be set prior to including km/km83xx-common.h */
|
||||
/* This needs to be set prior to including km83xx-common.h */
|
||||
|
||||
#define CONFIG_HOSTNAME "kmtegr1"
|
||||
#define CONFIG_KM_BOARD_NAME "kmtegr1"
|
||||
|
@ -36,7 +36,7 @@
|
|||
#define NAND_MAX_CHIPS 1
|
||||
|
||||
/* include common defines/options for all 8309 Keymile boards */
|
||||
#include "km/km8309-common.h"
|
||||
#include "km8309-common.h"
|
||||
/* must be after the include because KMBEC_FPGA is otherwise undefined */
|
||||
#define CONFIG_SYS_NAND_BASE CONFIG_SYS_KMBEC_FPGA_BASE /* PRIO_BASE_ADDRESS */
|
||||
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
* High Level Configuration Options
|
||||
*/
|
||||
|
||||
/* This needs to be set prior to including km/km83xx-common.h */
|
||||
/* This needs to be set prior to including km83xx-common.h */
|
||||
|
||||
#define CONFIG_HOSTNAME "kmvect1"
|
||||
#define CONFIG_KM_BOARD_NAME "kmvect1"
|
||||
/* at end of uboot partition, before env */
|
||||
#define CONFIG_SYS_QE_FW_ADDR 0xF00B0000
|
||||
/* include common defines/options for all 8309 Keymile boards */
|
||||
#include "km/km8309-common.h"
|
||||
#include "km8309-common.h"
|
||||
|
||||
#define CONFIG_SYS_APP1_BASE 0xA0000000
|
||||
#define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */
|
||||
|
|
|
@ -20,12 +20,12 @@
|
|||
* High Level Configuration Options
|
||||
*/
|
||||
|
||||
/* This needs to be set prior to including km/km83xx-common.h */
|
||||
/* This needs to be set prior to including km83xx-common.h */
|
||||
|
||||
#define CONFIG_HOSTNAME "suvd3"
|
||||
#define CONFIG_KM_BOARD_NAME "suvd3"
|
||||
/* include common defines/options for all 8321 Keymile boards */
|
||||
#include "km/km8321-common.h"
|
||||
#include "km8321-common.h"
|
||||
|
||||
#define CONFIG_SYS_APP1_BASE 0xA0000000
|
||||
#define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#endif
|
||||
|
||||
/* include common defines/options for all 8321 Keymile boards */
|
||||
#include "km/km8321-common.h"
|
||||
#include "km8321-common.h"
|
||||
|
||||
#define CONFIG_SYS_APP1_BASE 0xA0000000 /* PAXG */
|
||||
#define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */
|
||||
|
|
Loading…
Reference in a new issue