Ignore:
Timestamp:
Jan 14, 2013, 4:39:14 PM (11 years ago)
Author:
cfuguet
Message:

Fixing bug in boot_tty.c:

Use address of tty status when reading with the ioread32 function.

Makefile and ioc.c:
Introducing SYSCLK_FREQ environment variable to choose a clock frequency when
using FPGA platform. 50000000 Hz by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/Makefile

    r281 r286  
    5555$(info Making for $(PLATFORM_DIR), SocLib variant)
    5656else
     57ifdef SYSCLK_FREQ
     58DEFS+= -DSYSCLK_FREQ
     59endif
    5760DTS=platform_fpga.dts
    5861$(info Making for $(PLATFORM_DIR), FPGA variant)
Note: See TracChangeset for help on using the changeset viewer.