minor changes for via.
You can build for vt5292A4 by: cd romimages/RON_VIA_SPD make Note that we now use 2.4.0 release multiple SDRAM do not work yet.
This commit is contained in:
parent
c7b2fea7d8
commit
e4a129a678
2 changed files with 18 additions and 2 deletions
|
|
@ -8,7 +8,12 @@ mainboard via/vt5292
|
|||
# Enable Serial Console for debugging
|
||||
option SERIAL_CONSOLE
|
||||
|
||||
linux /usr/src/linux
|
||||
# Enable MicroCode update and L2 Cache init for PII and PIII
|
||||
option UPDATE_MICROCODE
|
||||
option CONFIGURE_L2_CACHE
|
||||
|
||||
option CMD_LINE='"root=/dev/hda1"'
|
||||
# Path to your kernel (vmlinux)
|
||||
linux ~/src/bios/linux-2.4.0-via
|
||||
|
||||
option CMD_LINE='"root=/dev/hda1 single"'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue