diff options
Diffstat (limited to 'src/arch/armnommu/Config')
| -rw-r--r-- | src/arch/armnommu/Config | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/arch/armnommu/Config b/src/arch/armnommu/Config new file mode 100644 index 000000000..4c220cd50 --- /dev/null +++ b/src/arch/armnommu/Config @@ -0,0 +1,23 @@ +# Config for armnommu Etherboot +# + +# For a clean compilation, switch in global Config +# off: -DCONFIG_PCI, -DTAGGED_IMAGE, -DELF_IMAGE, -DPXE*, -DRELOCATE and INCLUDE_FILO +# on : -DRAW_IMAGE + +# Serial line settings +CFLAGS+= -DCONSOLE_SERIAL -DCONSPEED=57600 + +# System Frequency +CFLAGS+= -DSYSCLK=73728000 + +# Image Download Address +CFLAGS+= -DRAWADDR=0x40100000 + +# NIC Debug Outputs +#CFLAGS+= -DDEBUG_NIC + +# Fixed MAC address +# p2001_eth has no flash and fixed mac address +#CFLAGS+= -DMAC_HW_ADDR_DRV="'H','Y','L','N','X','1'" +CFLAGS+= -DMAC_HW_ADDR_DRV="0x00,0x09,0x4F,0x00,0x00,0x02" |
