summaryrefslogtreecommitdiff
path: root/include/configs/kmtegr1.h
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-01-21 09:17:31 +0100
committerMario Six <mario.six@gdsys.cc>2019-05-20 13:50:34 +0200
commit0921ea2b00bb15ee630a23ee9ad52b78695bf161 (patch)
tree295972d104acf31a8513aace1862d35eeb16d1c7 /include/configs/kmtegr1.h
parent0e0674fcab819e829929716aa5aa0f10d7feb75a (diff)
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>
Diffstat (limited to 'include/configs/kmtegr1.h')
-rw-r--r--include/configs/kmtegr1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/kmtegr1.h b/include/configs/kmtegr1.h
index 69397ae5ae..95a131892d 100644
--- a/include/configs/kmtegr1.h
+++ b/include/configs/kmtegr1.h
@@ -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 */