summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-25 15:57:24 -0500
committerMatthew McClintock <msm@freescale.com>2012-09-05 18:21:21 -0500
commit3db20e4853731e7cd3343d3007854d23feeeb16c (patch)
tree06eed1f49dff707373f1cd0e161261ff2572f615
parent9d6b649b18523360af6126f5b21c1408cdfbbdcd (diff)
downloadmeta-fsl-ppc-3db20e4853731e7cd3343d3007854d23feeeb16c.tar.gz
add fslmachine overrides
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--conf/machine/e500mc.inc2
-rw-r--r--conf/machine/e500v2.inc2
-rw-r--r--conf/machine/e5500-64b.inc2
-rw-r--r--conf/machine/e5500.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/e500mc.inc b/conf/machine/e500mc.inc
index 5cd74c7..acb55c3 100644
--- a/conf/machine/e500mc.inc
+++ b/conf/machine/e500mc.inc
@@ -14,4 +14,4 @@ KERNEL_IMAGETYPE ?= "uImage"
14# ext2.bz2 ext2.lzma \ 14# ext2.bz2 ext2.lzma \
15# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" 15# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
16 16
17MACHINEOVERRIDES .= ":e500mc" 17MACHINEOVERRIDES .= ":e500mc:fslmachine"
diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc
index 076158b..2b83795 100644
--- a/conf/machine/e500v2.inc
+++ b/conf/machine/e500v2.inc
@@ -12,4 +12,4 @@ KERNEL_IMAGETYPE ?= "uImage"
12# ext2.bz2 ext2.lzma \ 12# ext2.bz2 ext2.lzma \
13# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" 13# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
14 14
15MACHINEOVERRIDES .= ":e500v2" 15MACHINEOVERRIDES .= ":e500v2:fslmachine"
diff --git a/conf/machine/e5500-64b.inc b/conf/machine/e5500-64b.inc
index 4e81159..79639f6 100644
--- a/conf/machine/e5500-64b.inc
+++ b/conf/machine/e5500-64b.inc
@@ -15,4 +15,4 @@ KERNEL_IMAGETYPE ?= "uImage"
15# ext2.bz2 ext2.lzma \ 15# ext2.bz2 ext2.lzma \
16# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" 16# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
17 17
18MACHINEOVERRIDES .= ":e5500-64b" 18MACHINEOVERRIDES .= ":e5500-64b:fslmachine"
diff --git a/conf/machine/e5500.inc b/conf/machine/e5500.inc
index 46304c9..b89041b 100644
--- a/conf/machine/e5500.inc
+++ b/conf/machine/e5500.inc
@@ -14,4 +14,4 @@ KERNEL_IMAGETYPE ?= "uImage"
14# ext2.bz2 ext2.lzma \ 14# ext2.bz2 ext2.lzma \
15# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" 15# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
16 16
17MACHINEOVERRIDES .= ":e5500" 17MACHINEOVERRIDES .= ":e5500:fslmachine"