env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few place
env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few places use getenv() in a condition context, provoking awarning from checkpatch. These are fixed up in this patch also.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
env: Rename setenv() to env_set()We are now using an env_ prefix for environment functions. Rename setenv()for consistency. Also add function comments in common.h.Suggested-by: Wolfgang Denk <wd
env: Rename setenv() to env_set()We are now using an env_ prefix for environment functions. Rename setenv()for consistency. Also add function comments in common.h.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
mpc85xx: Add support for the Varisys Cyrus boardThis board runs a P5020 or P5040 chip, and utilizesan EEPROM with similar formatting to the Freescale P5020DS.Large amounts of this code were deve
mpc85xx: Add support for the Varisys Cyrus boardThis board runs a P5020 or P5040 chip, and utilizesan EEPROM with similar formatting to the Freescale P5020DS.Large amounts of this code were developed byAdrian Cox <adrian at humboldt dot co dot uk>Signed-off-by: Andy Fleming <afleming@gmail.com>Reviewed-by: York Sun <yorksun@freescale.com>