env: Rename some other getenv()-related functions
We are now using an env_ prefix for environment functions. Rename these other functions as well, for consistency: getenv_vlan() getenv_bootm_size() getenv_bootm_low() getenv_bootm_mapsize() env_get_default() Suggested-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -331,7 +331,7 @@ int do_sntp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||
char *toff;
|
||||
|
||||
if (argc < 2) {
|
||||
net_ntp_server = getenv_ip("ntpserverip");
|
||||
net_ntp_server = env_get_ip("ntpserverip");
|
||||
if (net_ntp_server.s_addr == 0) {
|
||||
printf("ntpserverip not set\n");
|
||||
return CMD_RET_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user