Commit 8b5f08b4 authored by Heiko Carstens's avatar Heiko Carstens
Browse files

s390: fix typo in linker script



Rename amod31 to amode31 like it was supposed to be.

Fixes: c78d0c74 ("s390: rename dma section to amode31")
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 28be5743
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ SECTIONS
	BOOT_DATA_PRESERVED

	. = ALIGN(8);
	.amod31.refs : {
	.amode31.refs : {
		_start_amode31_refs = .;
		*(.amode31.refs)
		_end_amode31_refs = .;