Skip to content
Snippets Groups Projects
Commit 58593115 authored by Simon Glass's avatar Simon Glass
Browse files

dtoc: Move the struct import into the correct order


This should be in with the other system includes. Move it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 785f1548
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
import copy
from optparse import OptionError, OptionParser
import os
import struct
import sys
import fdt_util
......@@ -29,8 +30,6 @@ except ImportError:
from fdt_fallback import Fdt
import fdt_fallback as fdt
import struct
# When we see these properties we ignore them - i.e. do not create a structure member
PROP_IGNORE_LIST = [
'#address-cells',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment