diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-07-26 21:29:20 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-26 21:29:20 +0000 |
commit | 3bede78036a8de908532294e594f9a96bf3e2e74 (patch) | |
tree | 26ef88eb532d6c98791c58f39b78dfb628589c59 /conf/machine/fic-gta01.conf | |
parent | 8c744fbb3fee05c49a1130582f8d83003d086b5f (diff) |
fic-gta0[12].conf: add dfu-util-native to build/upload utilities
Diffstat (limited to 'conf/machine/fic-gta01.conf')
-rw-r--r-- | conf/machine/fic-gta01.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 4e07379582..19bcb7607c 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -35,8 +35,8 @@ ROOT_FLASH_SIZE = "60" # extra jffs2 tweaks EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n" -# build tools -EXTRA_IMAGEDEPENDS += "sjf2410-linux-native" +# build / upload tools +EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native" # tune for S3C24x0 include conf/machine/include/tune-arm920t.conf |