Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # A dummy nvflash config file to make nvflash happy. Without this | |
| 2 # file it ignores the BCT passed on the command line and will fail to flash | |
| 3 # a device with an invalid or missing BCT on the currently selected boot | |
| 4 # flash. | |
| 5 # | |
| 6 # TODO(robotboy): Remove this dummy file once nvflash no longer needs it. | |
| 7 | |
| 8 [device] | |
| 9 type=spi | |
| 10 instance=0 | |
| 11 | |
| 12 [partition] | |
| 13 name=BCT | |
| 14 id=2 | |
| 15 type=boot_config_table | |
| 16 allocation_policy=sequential | |
| 17 filesystem_type=basic | |
| 18 size=4096 | |
| 19 file_system_attribute=0 | |
| 20 partition_attribute=0 | |
| 21 allocation_attribute=8 | |
| 22 percent_reserved=0 | |
| OLD | NEW |