Message ID | 1393451420-3041-11-git-send-email-otavio@ossystems.com.br |
---|---|
State | Accepted, archived |
Delegated to: | Otavio Salvador |
Headers | show |
diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf index bd1f602..1e934e1 100644 --- a/conf/machine/imx6dlsabresd.conf +++ b/conf/machine/imx6dlsabresd.conf @@ -12,3 +12,4 @@ KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hd UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" +UBOOT_CONFIG[mfgtool] = "mx6dlsabresd_config"
This allow the mfgtool variant into the UBOOT_CONFIG set. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- Changes in v2: - Rework commitlog (Daiane) conf/machine/imx6dlsabresd.conf | 1 + 1 file changed, 1 insertion(+)