lib/prog_loaders: Move argument selection into selfload
Set the payload argument in selfload, as other (non self) payloads, are going to set a different argument. Change-Id: I994f604fc4501e0e3b00165819f796b1b8275d8c Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/25861 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Philipp Deppenwiese
parent
635e512be3
commit
59b8f275c2
@ -30,6 +30,7 @@
|
||||
#include <stage_cache.h>
|
||||
#include <symbols.h>
|
||||
#include <timestamp.h>
|
||||
#include <cbfs.h>
|
||||
|
||||
/* Only can represent up to 1 byte less than size_t. */
|
||||
const struct mem_region_device addrspace_32bit =
|
||||
@ -182,9 +183,7 @@ void payload_load(void)
|
||||
|
||||
mirror_payload(payload);
|
||||
|
||||
/* Pass cbtables to payload if architecture desires it. */
|
||||
prog_set_entry(payload, selfload(payload, true),
|
||||
cbmem_find(CBMEM_ID_CBTABLE));
|
||||
selfload(payload, true);
|
||||
|
||||
out:
|
||||
if (prog_entry(payload) == NULL)
|
||||
|
Reference in New Issue
Block a user