diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-02-10 11:58:39 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-02-10 11:58:39 +0000 |
commit | 52faa35123abc4215e7e086d47985801b3789292 (patch) | |
tree | b4b096258a19bf45da36e9c108a7e73841ffba58 /conf/machine | |
parent | 798fe719221070bac2b5bd7318e8240404e8d0ff (diff) |
u-boot_git.bb : add actual omapzoom2 u-boot from TI tree.
This is the TI maintained u-boot for the zoom2. Also added is koens
patch to make sure NEON code does not deadlock.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/omapzoom2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omapzoom2.conf b/conf/machine/omapzoom2.conf index 749339faea..7152dc1789 100644 --- a/conf/machine/omapzoom2.conf +++ b/conf/machine/omapzoom2.conf @@ -29,7 +29,7 @@ KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" -UBOOT_MACHINE = "omap3_zoom2_config" +UBOOT_MACHINE = "omap3430zoom2_config" # do ubiattach /dev/ubi_ctrl -m 4 # From dmesg: |