Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
87
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
eeaa6024
Commit
eeaa6024
authored
12 years ago
by
Federico Vaga
Browse files
Options
Downloads
Patches
Plain Diff
barebox: update kernel cmdline in boot-nand script
Signed-off-by:
Federico Vaga
<
federico.vaga@gmail.com
>
parent
6242a2b8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/barebox/env/bin/boot-nand
+1
-0
1 addition, 0 deletions
patches/barebox/env/bin/boot-nand
with
1 addition
and
0 deletions
patches/barebox/env/bin/boot-nand
+
1
−
0
View file @
eeaa6024
...
...
@@ -4,6 +4,7 @@
cp
/dev/nand0.kernel.bb /dev/mem.kernel
bootargs
=
"console=ttyS0,115200 panic=10 mem=64M"
bootargs
=
"
$bootargs
root=/dev/mtdblock1 rootfstype=jffs2"
bootargs
=
"
$bootargs
wr_nic.macaddr=
$macaddr
"
bootz /dev/mem.kernel
# If it don't boot, show the menu
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment