1
0
Fork 0
remarkable-uboot/drivers
Wolfgang Denk cdb749778a 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>
2010-08-04 00:45:36 +02:00
..
bios_emulator ati_radeon: Support PCI virtual not eq bus mapping. 2010-04-08 15:30:47 +02:00
block Blackfin: pata_bfin: convert to portmux framework 2010-07-13 17:50:49 -04:00
dma ColdFire: Fix compile warning messages 2009-08-26 03:44:31 -05:00
fpga add block write function to spartan3 slave serial load 2010-03-24 11:08:43 -05:00
gpio cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
hwmon Misc ds1722 fixups 2009-09-04 21:54:52 +02:00
i2c i2c: soft_i2c: add simple GPIO implementation 2010-07-22 08:03:47 +02:00
input mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
misc cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
mmc Merge branch 'master' of ../master 2010-07-15 22:48:46 +02:00
mtd Rename getenv_r() into getenv_f() 2010-08-04 00:45:36 +02:00
net Merge branch 'master' of git://git.denx.de/u-boot-net 2010-07-14 22:04:30 +02:00
pci powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases 2010-07-20 04:40:06 -05:00
pcmcia Misc ti_pci1410a fixups 2009-09-04 21:54:04 +02:00
power OMAP3 Move twl4030 mmc function 2009-07-29 09:57:43 +02:00
qe cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
rtc Remove AmigaOneG3SE board 2010-06-23 23:24:20 +02:00
serial Add Orion5x support to 16550 device driver 2010-06-17 19:37:01 +05:30
spi Merge branch 'master' of ../master 2010-07-15 22:48:46 +02:00
twserial drivers/twserial: Add protocol driver for "three wire serial" interface. 2009-03-30 09:38:36 +02:00
usb drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel 2010-06-30 21:38:10 +02:00
video video: cleanup comments in cfb_console.c and video_fb.h 2010-07-17 00:05:14 +02:00
watchdog Convert at91 watchdog driver to new SoC access 2010-04-03 15:24:27 -05:00