diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:31 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-20 13:50:34 +0200 |
commit | 0921ea2b00bb15ee630a23ee9ad52b78695bf161 (patch) | |
tree | 295972d104acf31a8513aace1862d35eeb16d1c7 /include/configs/tuxx1.h | |
parent | 0e0674fcab819e829929716aa5aa0f10d7feb75a (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/tuxx1.h')
-rw-r--r-- | include/configs/tuxx1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tuxx1.h b/include/configs/tuxx1.h index f22d73b8d3..0b17084b05 100644 --- a/include/configs/tuxx1.h +++ b/include/configs/tuxx1.h @@ -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 */ |