You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223
  1. # Config for armnommu Etherboot
  2. #
  3. # For a clean compilation, switch in global Config
  4. # off: -DCONFIG_PCI, -DTAGGED_IMAGE, -DELF_IMAGE, -DPXE*, -DRELOCATE and INCLUDE_FILO
  5. # on : -DRAW_IMAGE
  6. # Serial line settings
  7. CFLAGS+= -DCONSOLE_SERIAL -DCONSPEED=57600
  8. # System Frequency
  9. CFLAGS+= -DSYSCLK=73728000
  10. # Image Download Address
  11. CFLAGS+= -DRAWADDR=0x40100000
  12. # NIC Debug Outputs
  13. #CFLAGS+= -DDEBUG_NIC
  14. # Fixed MAC address
  15. # p2001_eth has no flash and fixed mac address
  16. #CFLAGS+= -DMAC_HW_ADDR_DRV="'H','Y','L','N','X','1'"
  17. CFLAGS+= -DMAC_HW_ADDR_DRV="0x00,0x09,0x4F,0x00,0x00,0x02"