CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/04/08 03:42:26
Modified files:
sys/arch/octeon/octeon: autoconf.c machdep.c
Log message:
allow octeon to find it's root device, based on the flags passed by U-Boot. The
${bootcmd}
needs to be something like 'bootoctlinux root=/dev/octcf0'.
This will be temporary untill we have proper bootblocks, but for now, this (in
combination)
with an upcoming installer diff allows my CAM-0100 to autoboot straight of the
disk, without
having to load the kernel via TFTP.
ok bcallah@ yasuoka@