Renamed "boot_sections" property group to more accurate "boot_section_options" in AVR8 TDFs
This commit is contained in:
@@ -265,8 +265,8 @@ class ValidationService extends \Targets\TargetDescriptionFiles\Services\Validat
|
||||
$failures[] = 'Missing flash start address';
|
||||
}
|
||||
|
||||
if (empty($parameters->bootSections)) {
|
||||
$failures[] = 'Missing boot sections';
|
||||
if (empty($parameters->bootSectionOptions)) {
|
||||
$failures[] = 'Missing boot section options';
|
||||
}
|
||||
|
||||
if ($parameters->ramStartAddress === null) {
|
||||
|
||||
Reference in New Issue
Block a user