summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2012-09-18 17:24:30 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-18 17:38:57 +0300
commit207ea522a15388a088aaea7440e29dbe15a1b5e3 (patch)
tree42a1728ca2567c667ac47b368d46018b63e85f7f /conf/machine/include/imx-base.inc
parentf2ce5b1a8963f5db971341d933657e7beeb19ef5 (diff)
downloadmeta-fsl-arm-207ea522a15388a088aaea7440e29dbe15a1b5e3.tar.gz
Move fsl-default*.inc from distro to machine
It makes no sense to have distro related configurations in a BSP layer. So let's have these common parts (provides, version etc) in machine directory instead. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 20467c7..68a1911 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -1,8 +1,8 @@
1# Provides the i.MX common settings 1# Provides the i.MX common settings
2 2
3include conf/distro/include/fsl-default-settings.inc 3include conf/machine/include/fsl-default-settings.inc
4include conf/distro/include/fsl-default-versions.inc 4include conf/machine/include/fsl-default-versions.inc
5include conf/distro/include/fsl-default-providers.inc 5include conf/machine/include/fsl-default-providers.inc
6 6
7# Set specific make target and binary suffix 7# Set specific make target and binary suffix
8UBOOT_MAKE_TARGET = "u-boot.imx" 8UBOOT_MAKE_TARGET = "u-boot.imx"