set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
#
# The following kernel parameters are useful
# ppp.nostart				 - Set ppp.nostart=1 to disable starting the ppp connection on boot
# msm_sdcc.msmsdcc_fmax      - The maximum frequency (in Hz) used by the SD controller
# pm.sleep_mode              - The mode used when the phone is off 
#                              0=Power Collapse Suspend, 1=Power Collapse, 2=Apps Sleep, 
#                              3=Slow Clock and Wait for Interrupt 4=Wait for Interrupt
#                              Default is 3, use 0 for best power savings
# board-htcvogue.panel_type  - Panel type used to power the panel off and on
#                              1=Hitachi 2=Topoly 3=Samsung
# clock-7x00.mddi            - MDDI clock (try 0xa51 or 0xe2c)
# clock-7x00.ahb_div         - Advanced Host Bus divider, default is 4 
#                              2 is faster but uses more power
# clock-7x00.a11             - ARM11 clock speed in MHz, best to leave this alone
# lcd.density                - Defaults to 160, 128 shows more on screen
# vogue-ts.XMIN              - xmin value for the touchscreen calibration. Also YMIN, XMAX, YMAX, PMIN, PMAX.
#
# Probably the only one of these you will need to change is the panel type, NZ Vogues seem to all have type 1
# US Sprint vogues usually have type 2 or 3 I think.
# Make sure you add these between the quotes on the following line and that your editor hasn't split the line up.
set cmdline "ppp.nostart=0 mddi.width=240 mddi.height=320 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 no_console_suspend"
boot
