Searched refs:bootcode (Results 1 – 4 of 4) sorted by relevance
33 static struct bootcode_block bootcode = {0}; variable196 memcpy(&bootcode, boot, sizeof(struct bootcode_block)); in get_bootcode()197 return &bootcode; in get_bootcode()214 struct bootcode_block *bootcode; in part_test_amiga() local221 bootcode = get_bootcode(dev_desc); in part_test_amiga()222 if (bootcode) in part_test_amiga()
18 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
18 . = IMAGE_TEXT_BASE; /* Location of bootcode in flash */
Completed in 9 milliseconds