diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-02-10 14:51:41 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-02-10 14:51:41 +0000 |
commit | 6c94d48a45d1b5bcebacc87fdefdebfb4cd3c67e (patch) | |
tree | aba920f172f40eb26e53bec5dc930163601c014c /conf/machine | |
parent | 52faa35123abc4215e7e086d47985801b3789292 (diff) |
x-load_git.bb : add support for omapzoom2 in x-load
this recipe is a bit wierd as omapzoom2 version of x-load refers to
u-boot build directory.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/omapzoom2.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/omapzoom2.conf b/conf/machine/omapzoom2.conf index 7152dc1789..698b24178f 100644 --- a/conf/machine/omapzoom2.conf +++ b/conf/machine/omapzoom2.conf @@ -30,6 +30,7 @@ KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" UBOOT_MACHINE = "omap3430zoom2_config" +XLOAD_MACHINE = "omap3430zoom2_config" # do ubiattach /dev/ubi_ctrl -m 4 # From dmesg: |