added scripts for flashing various parts of the firmware with bdmctrl
Fixed hang in DVI initialization (wait...() routines not inlined as supposed to)
This commit is contained in:
@@ -14,6 +14,7 @@ SECTIONS
|
||||
objs/init_fpga.o(.text)
|
||||
objs/sd_card.o(.text)
|
||||
objs/ff.o(.text)
|
||||
objs/wait.o(.text)
|
||||
objs/mmcbb.o(.text)
|
||||
|
||||
#if (FORMAT == elf32-m68k)
|
||||
@@ -31,7 +32,6 @@ SECTIONS
|
||||
AT (ALIGN(ADDR(.text) + SIZEOF(.text), 4))
|
||||
{
|
||||
objs/BaS.o(.text)
|
||||
objs/wait.o(.text)
|
||||
/* put other routines into the same segment (RAM) as BaS.o */
|
||||
objs/sd_card_asm.o(.text)
|
||||
objs/bas_printf.o(.text)
|
||||
|
||||
Reference in New Issue
Block a user