-
- Downloads
Rename getenv_r() into getenv_f()
While running from flash, i. e. before relocation, we have only a limited C runtime environment without writable data segment. In this phase, some configurations (for example with environment in EEPROM) must not use the normal getenv(), but a special function. This function had been called getenv_r(), with the idea that the "_r" suffix would mean the same as in the _r_eentrant versions of some of the C library functions (for example getdate vs. getdate_r, getgrent vs. getgrent_r, etc.). Unfortunately this was a misleading name, as in U-Boot the "_r" generally means "running from RAM", i. e. _after_ relocation. To avoid confusion, rename into getenv_f() [as "running from flash"] Signed-off-by:Wolfgang Denk <wd@denx.de> Acked-by:
Detlev Zundel <dzu@denx.de>
Showing
- README 1 addition, 1 deletionREADME
- arch/arm/lib/board.c 1 addition, 1 deletionarch/arm/lib/board.c
- arch/avr32/lib/board.c 1 addition, 1 deletionarch/avr32/lib/board.c
- arch/blackfin/lib/board.c 1 addition, 1 deletionarch/blackfin/lib/board.c
- arch/blackfin/lib/post.c 1 addition, 1 deletionarch/blackfin/lib/post.c
- arch/i386/lib/board.c 1 addition, 1 deletionarch/i386/lib/board.c
- arch/m68k/lib/board.c 3 additions, 3 deletionsarch/m68k/lib/board.c
- arch/mips/cpu/incaip_clock.c 1 addition, 1 deletionarch/mips/cpu/incaip_clock.c
- arch/mips/lib/board.c 1 addition, 1 deletionarch/mips/lib/board.c
- arch/powerpc/cpu/mpc8xx/speed.c 1 addition, 1 deletionarch/powerpc/cpu/mpc8xx/speed.c
- arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c 1 addition, 1 deletionarch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
- arch/powerpc/lib/board.c 3 additions, 3 deletionsarch/powerpc/lib/board.c
- arch/sparc/lib/board.c 1 addition, 1 deletionarch/sparc/lib/board.c
- board/Marvell/db64360/mv_eth.c 2 additions, 2 deletionsboard/Marvell/db64360/mv_eth.c
- board/Marvell/db64460/mv_eth.c 2 additions, 2 deletionsboard/Marvell/db64460/mv_eth.c
- board/avnet/fx12mm/fx12mm.c 1 addition, 1 deletionboard/avnet/fx12mm/fx12mm.c
- board/cray/L1/L1.c 1 addition, 1 deletionboard/cray/L1/L1.c
- board/dave/PPChameleonEVB/PPChameleonEVB.c 1 addition, 1 deletionboard/dave/PPChameleonEVB/PPChameleonEVB.c
- board/esd/adciop/adciop.c 1 addition, 1 deletionboard/esd/adciop/adciop.c
- board/esd/apc405/apc405.c 1 addition, 1 deletionboard/esd/apc405/apc405.c
Loading
Please register or sign in to comment