h8300 zImage support update
- Add missing files - Add Makefile target - Change image base - Style fix Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f79224ca27
commit
86277d5949
9
arch/h8300/boot/compressed/vmlinux.scr
Normal file
9
arch/h8300/boot/compressed/vmlinux.scr
Normal file
@@ -0,0 +1,9 @@
|
||||
SECTIONS
|
||||
{
|
||||
.data : {
|
||||
_input_len = .;
|
||||
LONG(_input_data_end - _input_data) _input_data = .;
|
||||
*(.data)
|
||||
_input_data_end = .;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user