sconfig should return success when it's successful
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5428 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
34ee3cd512
commit
71ed353ae2
|
@ -2057,5 +2057,6 @@ int main(int argc, char** argv) {
|
|||
walk_device_tree(staticc, &root, pass1, NULL);
|
||||
|
||||
fclose(staticc);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -497,4 +497,5 @@ int main(int argc, char** argv) {
|
|||
walk_device_tree(staticc, &root, pass1, NULL);
|
||||
|
||||
fclose(staticc);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue