]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add setenv_ulong() and setenv_addr()
authorSimon Glass <sjg@chromium.org>
Mon, 24 Oct 2011 17:59:59 +0000 (17:59 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Oct 2011 19:32:42 +0000 (21:32 +0200)
commitd67f10ce0f5a4c114437ac6fb5891ae38e3054f8
treeeedd7aed103d877971c4ac2ad9d59a51cf0f8ce7
parent3cce8a5496452285e1828984ad3945417205cfc3
Add setenv_ulong() and setenv_addr()

It seems we put numbers and addresses into environment variables a lot.
We should have some functions to do this.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_nvedit.c
include/common.h