1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-30 07:20:53 +00:00

recipes: fix the remaining missing quotes

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2012-02-29 15:43:39 -05:00
parent c44b242d85
commit f581b98514
2 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -7,7 +7,7 @@ require conf/machine/include/omap3.inc
EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman "
XLOAD_MACHINE = "omap4430panda_config"
XLOAD_LOAD_ADDRESS = 0x40304350
XLOAD_LOAD_ADDRESS = "0x40304350"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman"
UBOOT_MACHINE = "omap4_panda_config"
@@ -32,5 +32,3 @@ SERIAL_CONSOLE = "115200 ttyO2"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat"