summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-04-28 07:43:47 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-04-30 10:11:37 -0300
commit89a2df169cd5e314fb63beee64132b34c5320d9c (patch)
treeff76ae530f9b122a2bb40e3b05c5d4f9733582a0 /meta-fsl-arm
parent493868014f6422210736a6dfa3f7464e946b7f8e (diff)
downloadmeta-freescale-89a2df169cd5e314fb63beee64132b34c5320d9c.tar.gz
imx6slevk: Add spinor U-Boot support
Change-Id: I0caeffbde2c6a9f4603dabb8653a81c0b4af4616 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r--meta-fsl-arm/conf/machine/imx6slevk.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6slevk.conf b/meta-fsl-arm/conf/machine/imx6slevk.conf
index 63a761cb6..cffbd0b05 100644
--- a/meta-fsl-arm/conf/machine/imx6slevk.conf
+++ b/meta-fsl-arm/conf/machine/imx6slevk.conf
@@ -13,6 +13,7 @@ KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb"
13 13
14UBOOT_CONFIG ??= "sd" 14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" 15UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"
16UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config"
16UBOOT_CONFIG[mfgtool] = "mx6slevk_config" 17UBOOT_CONFIG[mfgtool] = "mx6slevk_config"
17 18
18SERIAL_CONSOLE = "115200 ttymxc0" 19SERIAL_CONSOLE = "115200 ttymxc0"