aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/hx4700.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/hx4700.conf')
-rw-r--r--conf/machine/hx4700.conf34
1 files changed, 17 insertions, 17 deletions
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf
index a67370c..3f2a90b 100644
--- a/conf/machine/hx4700.conf
+++ b/conf/machine/hx4700.conf
@@ -5,10 +5,10 @@
#
# Hardware-based properties
#
-require conf/machine/include/tune-xscale.inc
+require conf/machine/include/arm/armv5/tune-xscale.inc
MACHINE_FEATURES += "iwmmxt"
-PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt"
+PACKAGE_EXTRA_ARCHS:tune-xscale += "iwmmxt"
MACHINE_GUI_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "480"
@@ -39,26 +39,26 @@ IMAGE_FSTYPES += "tar.gz jffs2"
JFFS2_ERASEBLOCK = "0x40000"
#write out a reflash.ctl with the appriate entries for the rootfs, the ones for the kernel should already be there
-EXTRA_IMAGECMD_jffs2_append = " ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${IMGDEPLOYDIR}/reflash.ctl"
+EXTRA_IMAGECMD:jffs2:append = " ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${IMGDEPLOYDIR}/reflash.ctl"
#
# Modules autoload and other boot properties
#
-module_autoload_evdev = "evdev"
-module_autoload_hx4700_power = "hx4700_power"
-module_autoload_pcmcia = "pcmcia"
-module_autoload_hx4700_pcmcia = "hx4700_pcmcia"
-module_autoload_asic3_mmc = "asic3_mmc"
-module_autoload_mmc_block = "mmc_block"
-module_autoload_hx4700_ts = "hx4700_ts"
-module_autoload_hx4700_navpt = "hx4700_navpt"
-module_autoload_hx4700_bt = "hx4700_bt"
-module_autoload_snd-hx4700_audio = "snd-hx4700_audio"
-module_autoload_snd-pcm-oss = "snd-pcm-oss"
-module_autoload_snd-mixer-oss = "snd-mixer-oss"
-module_autoload_pxa27x_udc = "pxa27x_udc"
+module_autoload:evdev = "evdev"
+module_autoload:hx4700_power = "hx4700_power"
+module_autoload:pcmcia = "pcmcia"
+module_autoload:hx4700_pcmcia = "hx4700_pcmcia"
+module_autoload:asic3_mmc = "asic3_mmc"
+module_autoload:mmc_block = "mmc_block"
+module_autoload:hx4700_ts = "hx4700_ts"
+module_autoload:hx4700_navpt = "hx4700_navpt"
+module_autoload:hx4700_bt = "hx4700_bt"
+module_autoload:snd-hx4700_audio = "snd-hx4700_audio"
+module_autoload:snd-pcm-oss = "snd-pcm-oss"
+module_autoload:snd-mixer-oss = "snd-mixer-oss"
+module_autoload:pxa27x_udc = "pxa27x_udc"
#FIXME: this should be controlled by a userspace utility later.
-module_autoload_g_ether = "g_ether"
+module_autoload:g_ether = "g_ether"
SERIAL_CONSOLE = "115200 ttyS0"