Searched refs:bootcode (Results 1 – 4 of 4) sorted by relevance
32 static struct bootcode_block bootcode = {0}; variable195 memcpy(&bootcode, boot, sizeof(struct bootcode_block)); in get_bootcode()196 return &bootcode; in get_bootcode()213 struct bootcode_block *bootcode; in part_test_amiga() local220 bootcode = get_bootcode(dev_desc); in part_test_amiga()221 if (bootcode) in part_test_amiga()
19 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
19 . = CONFIG_SPL_TEXT_BASE; /* Location of bootcode in flash */