diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-09-18 11:21:56 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:33 -0300 |
commit | d97747814849af574e7a7227e808de6b75104d06 (patch) | |
tree | 9737f6daca4b30fa46cbce37990f6d01914a11ac /conf | |
parent | a0970c27abdc1b2564bf9a4d18014350568a3762 (diff) | |
download | meta-fsl-arm-d97747814849af574e7a7227e808de6b75104d06.tar.gz |
imx6qsabreauto: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
Supported boot devices: sd, eimnor, nand and spinor.
Change-Id: I613abc2ae5e5fe67c59f4aa1466ff1d879532725
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx6qsabreauto.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/imx6qsabreauto.conf b/conf/machine/imx6qsabreauto.conf index aa1fbb6..4d367db 100644 --- a/conf/machine/imx6qsabreauto.conf +++ b/conf/machine/imx6qsabreauto.conf | |||
@@ -9,4 +9,8 @@ SOC_FAMILY = "mx6:mx6q" | |||
9 | 9 | ||
10 | KERNEL_DEVICETREE = "imx6q-sabreauto.dtb" | 10 | KERNEL_DEVICETREE = "imx6q-sabreauto.dtb" |
11 | 11 | ||
12 | UBOOT_MACHINE = "mx6qsabreauto_config" | 12 | UBOOT_CONFIG ??= "sd" |
13 | UBOOT_CONFIG[sd] = "mx6qsabreauto_config,sdcard" | ||
14 | UBOOT_CONFIG[eimnor] = "mx6qsabreauto_eimnor_config" | ||
15 | UBOOT_CONFIG[nand] = "mx6qsabreauto_nand_config,ubifs" | ||
16 | UBOOT_CONFIG[spinor] = "mx6qsabreauto_spinor_config" | ||