~rsalveti/linaro-image-tools/generic-hwpack-oe

« back to all changes in this revision

Viewing changes to linaro_image_tools/media_create/android_boards.py

  • Committer: Milo Casagrande
  • Date: 2012-06-25 07:18:02 UTC
  • mfrom: (517.2.1 panda-dt)
  • Revision ID: milo@ubuntu.com-20120625071802-6ycry26ru5zudakb
MergedĀ lp:~vishalbhoj/linaro-image-tools/panda-dt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
 
190
190
 
191
191
class AndroidPandaConfig(AndroidOmapConfig, PandaConfig):
 
192
    uboot_flavor = 'omap4_panda'
 
193
    dtb_addr = '0x815f0000'
 
194
    dtb_name = 'board.dtb'
192
195
    _extra_serial_opts = 'console=ttyO2,115200n8'
193
196
    extra_boot_args_options = (
194
197
        'earlyprintk fixrtc nocompcache vram=48M '
195
198
        'omapfb.vram=0:24M,1:24M mem=456M@0x80000000 mem=512M@0xA0000000')
196
199
    android_specific_args = 'init=/init androidboot.console=ttyO2'
197
 
    dtb_name = None
198
200
 
199
201
 
200
202
class AndroidSnowballSdConfig(AndroidBoardConfig, SnowballSdConfig):