# HTC LEO (HD2) MACHINE TYPE ID
set mtype 2524


# Memory setup for full mem
set ramaddr 0x11800000
set ramsize 0x1E400000


# Filename of initial ram disk filesystem
set initrd initrd.cpio.gz


# Memory offset to load initrd to
set initrd_offset 0x00a00000


# Filename of Linux kernel image
set kernel zImage


# Commandline parameters to pass to the kernel
set cmdline ""


bootlinux
