bootm: refactor entry point code
Move entry point code out of each arch and into common code. Keep the entry point in the bootm_headers_t images struct. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:

committed by
Wolfgang Denk

parent
20220d22b9
commit
c160a95447
@@ -219,6 +219,8 @@ typedef struct bootm_headers {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
ulong ep; /* entry point of OS */
|
||||
|
||||
int verify; /* getenv("verify")[0] != 'n' */
|
||||
struct lmb *lmb; /* for memory mgmt */
|
||||
} bootm_headers_t;
|
||||
|
Reference in New Issue
Block a user