Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
acf7f5d9
Commit
acf7f5d9
authored
Sep 29, 2012
by
Alejandro Mery
Browse files
fexc: uboot: turn .chip_density into .density
parent
2534af5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
script_uboot.c
View file @
acf7f5d9
...
@@ -69,6 +69,8 @@ static int generate_dram_struct(FILE *out, struct script_section *sp)
...
@@ -69,6 +69,8 @@ static int generate_dram_struct(FILE *out, struct script_section *sp)
continue
;
/* skip */
continue
;
/* skip */
else
if
(
strcmp
(
key
,
"clk"
)
==
0
)
else
if
(
strcmp
(
key
,
"clk"
)
==
0
)
key
=
"clock"
;
key
=
"clock"
;
else
if
(
strcmp
(
key
,
"chip_density"
)
==
0
)
key
=
"density"
;
if
(
strncmp
(
key
,
"tpr"
,
3
)
==
0
||
if
(
strncmp
(
key
,
"tpr"
,
3
)
==
0
||
strncmp
(
key
,
"emr"
,
3
)
==
0
)
strncmp
(
key
,
"emr"
,
3
)
==
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment