Lines Matching refs:from
35 Board.c code is adapted from ppc code
43 For boards which boot from spl, it is possible to save one copy
47 example for the tx25 board booting from NAND Flash:
71 - maybe adapt CONFIG_SYS_TEXT_BASE (this must be checked from board maintainers)
72 This *must* be done for boards, which boot from NOR flash
75 one copying from u-boot code.
82 Relocation with SPL (example for the tx25 booting from NAND Flash):
84 - cpu copies the first page from NAND to 0xbb000000 (IMX_NFC_BASE)
87 - The First page contains u-boot code from drivers/mtd/nand/raw/mxc_nand_spl.c
95 CONFIG_SPL_TEXT_BASE from the spl code), then there is no need
143 Discard symbol table from `/home/hs/celf/u-boot/u-boot'? (y or n) y
152 add symbol table from file "u-boot" at
155 Reading symbols from /home/hs/celf/u-boot/u-boot...done.
166 get this address from u-boot bdinfo command
167 or get it from gd->relocaddr in gdb