diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-03 22:10:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-03 22:10:48 +0000 |
commit | b9b86959de222a8c1c98e10ce22fb56dcb01ab5a (patch) | |
tree | 580b7bffcebfe574b4c9d6d74bbf3e64eb480111 /conf | |
parent | fe2c0499391cae013f559d0376a86868a3614f8b (diff) |
a780.conf: fix typo
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/a780.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index b40d7fa7fa..aad664deea 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -20,7 +20,7 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" ROOT_FLASH_SIZE = "24" -EXTRA_IMAGEDEPENDS += "ezx-boot-over-usb-native" +EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. include conf/machine/include/tune-xscale.conf |