summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarek BehĂșn <[email protected]>2021-10-17 17:36:38 +0200
committerSimon Glass <[email protected]>2021-10-21 12:50:48 -0600
commitf231566475c545de476a3bf5f596c246c52511aa (patch)
tree5ca4315422f6725caa7b6f77cbc97145e1c6f086 /scripts
parenta80652ebb394abfd508feb38090228f5e5290d32 (diff)
env: Move non-cli env functions to env/common.c
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. We leave env_set() in cmd/nvedit.c, since it calls _do_env_set(), which is a static function in that file. Signed-off-by: Marek BehĂșn <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions