summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-02-29 15:43:39 -0500
committerDenys Dmytriyenko <denys@ti.com>2012-02-29 15:43:39 -0500
commitf581b98514272f49c7a4a210a062ee0122b1908f (patch)
tree68a8ef8ff760582ed8511f4c7a90e4c09754a8f1 /conf
parentc44b242d8509738df60a7cbb57f9a5f27e103fad (diff)
downloadmeta-ti-f581b98514272f49c7a4a210a062ee0122b1908f.tar.gz
recipes: fix the remaining missing quotes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/omap4430-panda.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf
index 8f9f86ef..afa58065 100644
--- a/conf/machine/omap4430-panda.conf
+++ b/conf/machine/omap4430-panda.conf
@@ -7,7 +7,7 @@ require conf/machine/include/omap3.inc
7EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman " 7EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman "
8 8
9XLOAD_MACHINE = "omap4430panda_config" 9XLOAD_MACHINE = "omap4430panda_config"
10XLOAD_LOAD_ADDRESS = 0x40304350 10XLOAD_LOAD_ADDRESS = "0x40304350"
11 11
12PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman" 12PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman"
13UBOOT_MACHINE = "omap4_panda_config" 13UBOOT_MACHINE = "omap4_panda_config"
@@ -32,5 +32,3 @@ SERIAL_CONSOLE = "115200 ttyO2"
32 32
33MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 33MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
34MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat" 34MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat"
35
36