diff options
Diffstat (limited to 'scripts/dtc/dtc.c')
-rw-r--r-- | scripts/dtc/dtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/dtc.c b/scripts/dtc/dtc.c index f5eed9d72c02..5ed873c72ad1 100644 --- a/scripts/dtc/dtc.c +++ b/scripts/dtc/dtc.c | |||
@@ -31,7 +31,7 @@ int reservenum; /* Number of memory reservation slots */ | |||
31 | int minsize; /* Minimum blob size */ | 31 | int minsize; /* Minimum blob size */ |
32 | int padsize; /* Additional padding to blob */ | 32 | int padsize; /* Additional padding to blob */ |
33 | int alignsize; /* Additional padding to blob accroding to the alignsize */ | 33 | int alignsize; /* Additional padding to blob accroding to the alignsize */ |
34 | int phandle_format = PHANDLE_BOTH; /* Use linux,phandle or phandle properties */ | 34 | int phandle_format = PHANDLE_EPAPR; /* Use linux,phandle or phandle properties */ |
35 | int generate_symbols; /* enable symbols & fixup support */ | 35 | int generate_symbols; /* enable symbols & fixup support */ |
36 | int generate_fixups; /* suppress generation of fixups on symbol support */ | 36 | int generate_fixups; /* suppress generation of fixups on symbol support */ |
37 | int auto_label_aliases; /* auto generate labels -> aliases */ | 37 | int auto_label_aliases; /* auto generate labels -> aliases */ |