repo.or.cz
/
barebox-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add basic support for mini2440 board to barebox.
[barebox-mini2440.git]
/
arch
/
arm
/
boards
/
mini2440
/
env
/
bin
/
update_root
blob
46cbca5bebbd6d34ec71c45265efa136c59d897d
1
#!/bin/sh
2
3
.
/
env
/
config
4
5
part
=/
dev
/
nand0.root.bb
6
7
if
[
x
$1
=
x
];
then
8
image
=
$jffs2
9
else
10
image
=
$1
11
fi
12
13
.
/
env
/
bin
/
_update
$image