xtensa: drop CONFIG_EMBEDDED_RAMDISK
Remove Kconfig entries, boot subdirectory, dependencies from other boot-* Makefiles, and sections from ld scripts. Remove stale redboot code that used to pass initrd addresses in a3 and a4 to _start. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:

committed by
Chris Zankel

parent
b973b4c91b
commit
9ad79b5851
@@ -226,17 +226,7 @@ _reloc:
|
||||
|
||||
isync
|
||||
|
||||
movi a5, __start
|
||||
movi a3, boot_initrd_start
|
||||
movi a4, boot_initrd_end
|
||||
sub a3, a3, a5
|
||||
sub a4, a4, a5
|
||||
add a3, a0, a3
|
||||
add a4, a0, a4
|
||||
|
||||
# a2 Boot parameter list
|
||||
# a3 initrd_start (virtual load address)
|
||||
# a4 initrd_end (virtual load address)
|
||||
|
||||
movi a0, _image_start
|
||||
jx a0
|
||||
|
Reference in New Issue
Block a user