9
0
Fork 0

[pm9263] fix update_root script

use correct image ("jffs2") to flash root

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2009-01-20 11:32:33 +01:00
parent a737211a01
commit 59bad04470
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
. /env/config
image=$uimage
image=$jffs2
if [ x$1 = xnand ]; then
part=/dev/nand0.root.bb
elif [ x$1 = xnor ]; then