Changeset 4117


Ignore:
Timestamp:
02/26/08 11:13:31 (5 years ago)
Author:
werner
Message:

setup.sh: use envedit.pl -s 0x40000 on GTA02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/devirginator/setup.sh

    r4081 r4117  
    304304 
    305305 
     306if [ "$PLATFORM" = gta01 ]; then 
     307    env_size_opt= 
     308else 
     309    env_size_opt=0x40000 
     310fi 
     311 
    306312cat <<EOF >devirginate 
    307313#!/bin/sh -e 
     
    368374      "reset halt" wait_halt resume exit 
    369375    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 \ 
    371377       -D$U_PLATFORM -D$U_PLATFORM$U_BOARD -f tmp/environment 
    372378    $DFU_UTIL $USB_ID -a u-boot_env -D tmp/env.new 
Note: See TracChangeset for help on using the changeset viewer.