replace flash_rom to flash_on

This commit is contained in:
Li-Ta Lo 2000-12-26 01:26:03 +00:00
commit 50f0673c02
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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