replace flash_rom to flash_on
This commit is contained in:
parent
360a0c4242
commit
50f0673c02
2 changed files with 3 additions and 2 deletions
|
|
@ -20,4 +20,4 @@ option HAVE_FRAMEBUFFER
|
|||
linux /usr/src/linux
|
||||
|
||||
# Kernel command line parameters
|
||||
commandline root=/dev/nftla1 single
|
||||
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ if [ $2x = "x" ]; then
|
|||
else
|
||||
linux=$2
|
||||
fi
|
||||
../flash/flash_rom
|
||||
|
||||
../flash/flash_on
|
||||
|
||||
insmod /lib/modules/${v}/kernel/drivers/mtd/doc2001.o
|
||||
insmod /lib/modules/${v}/kernel/drivers/mtd/docprobe.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue