diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2015-10-22 14:10:22 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:21 -0300 |
commit | f87ece97405729abfd3ed2c8e8e44fdf74d09fa2 (patch) | |
tree | 35849fe67744ab092f57ce1630d70fbd7755b6cf /conf/machine/imx6ulevk.conf | |
parent | 22b64ef0d583b923abc9d7abb24f814b9e5d535f (diff) | |
download | meta-freescale-f87ece97405729abfd3ed2c8e8e44fdf74d09fa2.tar.gz |
imx6ulevk: Configure machine to use u-boot SPL
At first, this machine was supported only by u-boot-imx U-Boot provider, however
as soon as u-boot-fslc included this support, the U-Boot provider was changed.
During the change of default U-Boot provider, the SPL configuration end up being
missed.
The needed SPL configuration is set up in this patch.
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6ulevk.conf')
-rw-r--r-- | conf/machine/imx6ulevk.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 6a26768a..1a60c6a1 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf | |||
@@ -13,6 +13,9 @@ SOC_FAMILY = "mx6ul" | |||
13 | 13 | ||
14 | KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb" | 14 | KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb" |
15 | 15 | ||
16 | UBOOT_SUFFIX = "img" | ||
17 | SPL_BINARY = "SPL" | ||
18 | UBOOT_MAKE_TARGET = "" | ||
16 | UBOOT_CONFIG ??= "sd" | 19 | UBOOT_CONFIG ??= "sd" |
17 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" | 20 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" |
18 | UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" | 21 | UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" |