# The scripts will include this on startup to setup variables

src_dir="`pwd`"
script_dir_relative=openmoko
script_dir="$src_dir/$script_dir_relative"
uboot_symlink="$src_dir/u-boot.bin"
qemu_relative="arm-softmmu/qemu-system-arm -M neo -m 130"
qemu="$src_dir/$qemu_relative"
flash_base=openmoko-flash.base
flash_image=openmoko-flash.image
make=make
which gmake && make=gmake
echo=echo
which gecho && echo=gecho
export make echo

kernel_addr=0x31000000
splash_addr=0x36000000
splash_size=0x5000

kernel_wildcard="uImage-2.6.*-fic-gta01.bin"
rootfs_wildcard="openmoko-*.rootfs.jffs2"
uboot_wildcard="u-boot-gta01b*.bin"

download_dir="http://buildhost.openmoko.org/tmp/deploy/images/"
