s390: fix typo in linker script
Rename amod31 to amode31 like it was supposed to be. Fixes: c78d0c7484f0 ("s390: rename dma section to amode31") Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
parent
28be5743c6
commit
8b5f08b484
@ -74,7 +74,7 @@ SECTIONS
|
||||
BOOT_DATA_PRESERVED
|
||||
|
||||
. = ALIGN(8);
|
||||
.amod31.refs : {
|
||||
.amode31.refs : {
|
||||
_start_amode31_refs = .;
|
||||
*(.amode31.refs)
|
||||
_end_amode31_refs = .;
|
||||
|
Loading…
x
Reference in New Issue
Block a user