~fahad-k/linaro-image-tools/lp1081714-support-4412-flashing

« back to all changes in this revision

Viewing changes to linaro_image_tools/hwpack/hwpack_fields.py

  • Committer: Milo Casagrande
  • Date: 2012-10-01 13:45:53 UTC
  • mfrom: (567.1.4 bug1057639)
  • Revision ID: milo@ubuntu.com-20121001134553-ekxbion449s4nz5z
Fixed regression on missing default bootloader.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    'bootfs_rootfs',
92
92
    'reserved_bootfs_rootfs', ]
93
93
 
 
94
# Supported bootloaders
 
95
U_BOOT = 'u_boot'
 
96
UEFI = 'uefi'
 
97
DEFAULT_BOOTLOADER = U_BOOT
 
98
 
94
99
# Define where fields are valid, so we can test them.
95
100
# If a key has a value None, this indicates there is either a value or
96
101
#  list of values that can be associated with it.