cubox-i: Remove unneeded space

There is no need for the extra space in the name of the nvram config file,
so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Fabio Estevam 2015-05-18 09:34:35 -03:00 committed by Otavio Salvador
parent 9b604fd413
commit d704e90d14

View File

@ -27,6 +27,6 @@ KERNEL_IMAGETYPE = "zImage"
KERNEL_DEVICETREE = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb imx6dl-hummingboard.dtb imx6q-hummingboard.dtb" KERNEL_DEVICETREE = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb imx6dl-hummingboard.dtb imx6q-hummingboard.dtb"
MACHINE_FEATURES += "pci wifi bluetooth alsa irda serial usbhost" MACHINE_FEATURES += "pci wifi bluetooth alsa irda serial usbhost"
MACHINE_EXTRA_RRECOMMENDS += " bcm4330-nvram-config" MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config"
SERIAL_CONSOLE = "115200 ttymxc0" SERIAL_CONSOLE = "115200 ttymxc0"