diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-02-29 15:43:39 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-29 15:43:39 -0500 |
commit | f581b98514272f49c7a4a210a062ee0122b1908f (patch) | |
tree | 68a8ef8ff760582ed8511f4c7a90e4c09754a8f1 /conf | |
parent | c44b242d8509738df60a7cbb57f9a5f27e103fad (diff) | |
download | meta-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.conf | 4 |
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 | |||
7 | EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman " | 7 | EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman " |
8 | 8 | ||
9 | XLOAD_MACHINE = "omap4430panda_config" | 9 | XLOAD_MACHINE = "omap4430panda_config" |
10 | XLOAD_LOAD_ADDRESS = 0x40304350 | 10 | XLOAD_LOAD_ADDRESS = "0x40304350" |
11 | 11 | ||
12 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman" | 12 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman" |
13 | UBOOT_MACHINE = "omap4_panda_config" | 13 | UBOOT_MACHINE = "omap4_panda_config" |
@@ -32,5 +32,3 @@ SERIAL_CONSOLE = "115200 ttyO2" | |||
32 | 32 | ||
33 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 33 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
34 | MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat" | 34 | MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat" |
35 | |||
36 | |||