From a23e98361eb9c1183964b89987a8cf65e2fc4929 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 7 Dec 2010 13:17:36 +0100 Subject: u-boot_git: add support for nokia900 Signed-off-by: Martin Jansa --- conf/machine/nokia900.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine') diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf index 6d1f0f66e9..351dc9c8d4 100644 --- a/conf/machine/nokia900.conf +++ b/conf/machine/nokia900.conf @@ -57,6 +57,7 @@ KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" +EXTRA_IMAGEDEPENDS += "u-boot" ROOT_FLASH_SIZE = "100" EXTRA_IMAGECMD_jffs2_nokia900 = "--pad --little-endian --eraseblock=0x20000 -n" -- cgit 1.2.3-korg