diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-06-17 16:22:32 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-23 10:58:13 +0800 |
| commit | 2f54d9abf919e878695da51106159c77a5ee60e5 (patch) | |
| tree | a11cbf981dbe569eb29cf2aa50570987df11c8ea /conf/machine/include/e5500.inc | |
| parent | 44a7cbbf07dce23fdd80b7c80733937f14f06b47 (diff) | |
| download | meta-fsl-ppc-2f54d9abf919e878695da51106159c77a5ee60e5.tar.gz | |
adjust MACHINEOVERRIDES ordering
Change it from:
MACHINEOVERRIDES="e6500:qoriq:qoriq-ppc:b4:b4420:b4420qds"
to:
MACHINEOVERRIDES="qoriq:qoriq-ppc:e6500:b4:b4420:b4420qds"
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine/include/e5500.inc')
| -rw-r--r-- | conf/machine/include/e5500.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/e5500.inc b/conf/machine/include/e5500.inc index 364ffac..dc8abb1 100644 --- a/conf/machine/include/e5500.inc +++ b/conf/machine/include/e5500.inc | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | TARGET_FPU = "hard" | 1 | TARGET_FPU = "hard" |
| 2 | 2 | ||
| 3 | require conf/machine/include/tune-ppce5500.inc | 3 | require conf/machine/include/tune-ppce5500.inc |
| 4 | require conf/machine/include/qoriq-ppc.inc | 4 | require conf/machine/include/soc-family.inc |
| 5 | 5 | ||
| 6 | MACHINEOVERRIDES =. "e5500:" | 6 | MACHINEOVERRIDES =. "e5500:" |
| 7 | |||
| 8 | require conf/machine/include/qoriq-ppc.inc | ||
