This commit is contained in:
Greg Watson 2003-04-15 19:44:35 +00:00
commit 026e633211

View file

@ -0,0 +1,33 @@
# Sample config file for Motorola Sandpoint X3 Demo Board with
# the Altimus mpc7410 PMC card
# This will make a target directory of ./sandpoint
target sandpoint
# Sandpoint Demo Board
arch ppc
mainboard motorola/sandpoint
pmc altimus/mpc7410
option CONFIG_COMPRESS=0
# Enable Serial Console for debugging
option SERIAL_CONSOLE=1
# Turn off POST codes
option NO_POST=1
# Boot linux from IDE
option BOOT_IDE=1
option IDE_BOOT_DRIVE=0
# Rom image size = 63KB
option ROM_IMAGE_SIZE=64512
option OBJCOPY=$(CROSS_COMPILE)objcopy
addaction linuxbios.a $(CROSS_COMPILE)ranlib linuxbios.a
makedefine CFLAGS += -g
# Kernel command line parameters
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single