Changeset 4117
- Timestamp:
- 02/26/08 11:13:31 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/host/devirginator/setup.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/devirginator/setup.sh
r4081 r4117 304 304 305 305 306 if [ "$PLATFORM" = gta01 ]; then 307 env_size_opt= 308 else 309 env_size_opt=0x40000 310 fi 311 306 312 cat <<EOF >devirginate 307 313 #!/bin/sh -e … … 368 374 "reset halt" wait_halt resume exit 369 375 sleep 5 370 ./envedit.pl -i tmp/env.old -o tmp/env.new \376 ./envedit.pl $env_size_opt -i tmp/env.old -o tmp/env.new \ 371 377 -D$U_PLATFORM -D$U_PLATFORM$U_BOARD -f tmp/environment 372 378 $DFU_UTIL $USB_ID -a u-boot_env -D tmp/env.new
Note: See TracChangeset
for help on using the changeset viewer.
