# Ubuntu Linux for HTC HD2 v0.3

set mtype 2524

set ramaddr 0x11800000
set ramsize 0x1E400000

set initrd_offset 0x00a00000

set initrd initrd.cpio.gz

# USB MODES
# Chose one of the following kernels by uncommenting
# (removing the # from the front of the line) the according 
# line.

# USBETH allows for conventional usb ethernet connectivity
# ADB will provide android debug bridge conectivity
# USBHOST will allow connection of peripheral usb devices
# when supplying +5V externally.

set kernel zImage_htcleo_adb_2.6.32.9-38182-g6ad7e77
# set kernel zImage_htcleo_usbhost_2.6.32.9-38182-g6ad7e77
# set kernel zImage_htcleo_usbeth_2.6.32.9-38182-g6ad7e77

set cmdline "init=/init rw consoleblank=0 fbcon=rotate:1"

bootlinux
