Re: [PATCH v2 13/13] env: Move non-cmd specific env functions to env/common.c

2021-10-14 Thread Simon Glass
On Wed, 13 Oct 2021 at 09:46, Marek Behún wrote: > > From: Marek Behún > > Move the following functions from cmd/nvedit.c to env/common.c: > env_set_ulong() > env_set_hex() > env_get_hex() > eth_env_get_enetaddr() > eth_env_set_enetaddr() > env_get() > from_env() > env_get_f() >

[PATCH v2 13/13] env: Move non-cmd specific env functions to env/common.c

2021-10-13 Thread Marek Behún
From: Marek Behún Move the following functions from cmd/nvedit.c to env/common.c: env_set_ulong() env_set_hex() env_get_hex() eth_env_get_enetaddr() eth_env_set_enetaddr() env_get() from_env() env_get_f() env_get_ulong() since these functions are not specific for U-Boot's CLI.