Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83a5d2d1 authored by Ben Hutchings's avatar Ben Hutchings Committed by Eric Miao
Browse files

ARM: Fix .size directive for xscale_dma_a0_map_area



gas used to accept (and ignore?) .size directives which referred to
undefined symbols, as this does.  In binutils 2.21 these are treated
as fatal errors.

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent e454d163
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -395,7 +395,7 @@ ENTRY(xscale_dma_a0_map_area)
	teq	r2, #DMA_TO_DEVICE
	teq	r2, #DMA_TO_DEVICE
	beq	xscale_dma_clean_range
	beq	xscale_dma_clean_range
	b	xscale_dma_flush_range
	b	xscale_dma_flush_range
ENDPROC(xscsale_dma_a0_map_area)
ENDPROC(xscale_dma_a0_map_area)


/*
/*
 *	dma_unmap_area(start, size, dir)
 *	dma_unmap_area(start, size, dir)