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
Librem5
uboot-imx
Commits
507d3b0c
Commit
507d3b0c
authored
Aug 03, 2005
by
Wolfgang Denk
Browse files
Fix typo in mkconfig script (used == instead of =)
Patch by Murray Jensen, 18 Jul 2005
parent
dc17fb6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
507d3b0c
...
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.3:
======================================================================
* Fix typo in mkconfig script (used == instead of =)
Patch by Murray Jensen, 18 Jul 2005
* Cleanup build problems on 64 bit build hosts
* Update MAINTAINERS file
...
...
mkconfig
View file @
507d3b0c
...
...
@@ -32,7 +32,7 @@ rm -f asm
ln
-s
asm-
$2
asm
rm
-f
asm-
$2
/arch
if
[
-z
"
$6
"
-o
"
$6
"
=
=
"NULL"
]
;
then
if
[
-z
"
$6
"
-o
"
$6
"
=
"NULL"
]
;
then
ln
-s
arch-
$3
asm-
$2
/arch
else
ln
-s
arch-
$6
asm-
$2
/arch
...
...
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