aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-27 11:26:54 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-27 11:26:54 +0100
commit03ed4b979cca721ad0e0febaee358a80ff8e44fc (patch)
tree644a8b9cd1d203613456787a167d4d6aa2624949 /conf/machine
parentad6f7be4480a96c57b0c3c3395a4857bad99d73e (diff)
downloadopenembedded-03ed4b979cca721ad0e0febaee358a80ff8e44fc.tar.gz
nhk15: added uImage parameters
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/nhk15.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/machine/nhk15.conf b/conf/machine/nhk15.conf
index 40f10371f9..ad6227848b 100644
--- a/conf/machine/nhk15.conf
+++ b/conf/machine/nhk15.conf
@@ -6,15 +6,14 @@ TARGET_ARCH = "arm"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n -x lzo"
-IMAGE_CMD_jffs2 = "mkdir -p ${DEPLOY_DIR_IMAGE}; \
- mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
- --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img ${EXTRA_IMAGECMD}; "
-
IMAGE_FSTYPES ?= "tar.bz2 ext2.gz jffs2"
SERIAL_CONSOLE = "115200 ttyAMA1"
PREFERRED_PROVIDER_virtual/kernel = "linux"
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "00008000"
+
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-nomadik"
XSERVER = "xserver-kdrive-nomadikfb"