diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-17 17:19:42 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-18 08:44:17 -0700 |
commit | 30073ec0c0f29273cb9fa1906c9a2162fae99821 (patch) | |
tree | 9dd0fc020a5726353615cd93997562d0059fe493 /conf/machine/imx53qsb.conf | |
parent | b57b3c3764ed1bb20ed1911e2c0fea0904bed6df (diff) | |
download | meta-freescale-30073ec0c0f29273cb9fa1906c9a2162fae99821.tar.gz |
machines: Adjust for using new location of tune files from core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/imx53qsb.conf')
-rw-r--r-- | conf/machine/imx53qsb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf index 06d4a756..0d6a7b22 100644 --- a/conf/machine/imx53qsb.conf +++ b/conf/machine/imx53qsb.conf | |||
@@ -7,7 +7,7 @@ | |||
7 | MACHINEOVERRIDES =. "mx5:mx53:" | 7 | MACHINEOVERRIDES =. "mx5:mx53:" |
8 | 8 | ||
9 | include conf/machine/include/imx-base.inc | 9 | include conf/machine/include/imx-base.inc |
10 | include conf/machine/include/tune-cortexa8.inc | 10 | include conf/machine/include/arm/armv7a/tune-cortexa8.inc |
11 | 11 | ||
12 | KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb" | 12 | KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb" |
13 | 13 | ||