mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 22:21:49 +01:00
dtoc: Move the struct import into the correct order
This should be in with the other system includes. Move it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
785f1548a9
commit
5859311545
@ -9,6 +9,7 @@
|
|||||||
import copy
|
import copy
|
||||||
from optparse import OptionError, OptionParser
|
from optparse import OptionError, OptionParser
|
||||||
import os
|
import os
|
||||||
|
import struct
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import fdt_util
|
import fdt_util
|
||||||
@ -29,8 +30,6 @@ except ImportError:
|
|||||||
from fdt_fallback import Fdt
|
from fdt_fallback import Fdt
|
||||||
import fdt_fallback as fdt
|
import fdt_fallback as fdt
|
||||||
|
|
||||||
import struct
|
|
||||||
|
|
||||||
# When we see these properties we ignore them - i.e. do not create a structure member
|
# When we see these properties we ignore them - i.e. do not create a structure member
|
||||||
PROP_IGNORE_LIST = [
|
PROP_IGNORE_LIST = [
|
||||||
'#address-cells',
|
'#address-cells',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user