| /rk3399_rockchip-uboot/env/ |
| H A D | callback.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| H A D | flags.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootmenu.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| H A D | md5sum.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| H A D | ini.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| H A D | log.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| H A D | setexpr.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| H A D | fpga.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| H A D | elf.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/arch/xtensa/lib/ |
| H A D | bootm.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/grinn/chiliboard/ |
| H A D | board.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/arch/arm/mach-kirkwood/ |
| H A D | cpu.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootretry.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/Arcturus/ucp1020/ |
| H A D | cmd_arc.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/drivers/net/fm/ |
| H A D | fdt.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/varisys/common/ |
| H A D | sys_eeprom.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/compulab/cl-som-am57x/ |
| H A D | eth.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/work-microwave/work_92105/ |
| H A D | work_92105_display.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/tcl/sl50/ |
| H A D | board.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | keystone.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/broadcom/bcm23550_w1d/ |
| H A D | bcm23550_w1d.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | keyprogram.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/arch/sh/lib/ |
| H A D | zimageboot.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/bluewater/gurnard/ |
| H A D | gurnard.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|
| /rk3399_rockchip-uboot/board/cadence/xtfpga/ |
| H A D | xtfpga.c | 00caae6d47645e68d6e5277aceb69592b49381a6 Thu Aug 03 18:22:12 UTC 2017 Simon Glass <sjg@chromium.org> env: Rename getenv/_f() to env_get()
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h.
Quite a few places use getenv() in a condition context, provoking a warning 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>
|