xferlist: Drop old xferlist code
This is not needed now, as the startup protocol is handled in arch-specific code early in boot. Drop BLOBLIST_PASSAGE_MANDATORY as well, as OF_BLOBLIST is enough to cover this. With standard passage the devicetree is accessed before the bloblist is inited. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -1066,12 +1066,6 @@ config BLOBLIST_ALLOC
|
||||
specify a fixed address on systems where this is unknown or can
|
||||
change at runtime.
|
||||
|
||||
config BLOBLIST_PASSAGE
|
||||
bool "Use bloblist in-place"
|
||||
help
|
||||
Use a bloblist in the incoming standard passage. The size is detected
|
||||
automatically so CONFIG_BLOBLIST_SIZE can be 0.
|
||||
|
||||
config BLOBLIST_PASSAGE
|
||||
bool "Obtain bloblist from standard passage information"
|
||||
help
|
||||
@@ -1094,7 +1088,6 @@ config BLOBLIST_ADDR
|
||||
|
||||
config BLOBLIST_SIZE
|
||||
hex "Size of bloblist"
|
||||
default 0x0 if BLOBLIST_PASSAGE
|
||||
default 0x400
|
||||
help
|
||||
Sets the size of the bloblist in bytes. This must include all
|
||||
|
||||
Reference in New Issue
Block a user