more pcc
This commit is contained in:
parent
3732abd09f
commit
026e633211
1 changed files with 33 additions and 0 deletions
33
src/mainboard/motorola/sandpoint/example-altimus.config
Normal file
33
src/mainboard/motorola/sandpoint/example-altimus.config
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue