From f581b98514272f49c7a4a210a062ee0122b1908f Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 29 Feb 2012 15:43:39 -0500 Subject: recipes: fix the remaining missing quotes Signed-off-by: Denys Dmytriyenko --- conf/machine/omap4430-panda.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf') 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 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" - - -- cgit v1.2.3-54-g00ecf