]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
main: Use get/setenv_ulong()
authorSimon Glass <sjg@chromium.org>
Wed, 15 May 2013 06:23:57 +0000 (06:23 +0000)
committerTom Rini <trini@ti.com>
Tue, 4 Jun 2013 20:06:31 +0000 (16:06 -0400)
commitf2abca8459cf873147f37c0a1fe007ccc36a8926
tree8e840cd69d2962890d13a7282114908eab79377e
parentbc2b4c27d0fcdaac45f704d9ae05ef0bab3dc928
main: Use get/setenv_ulong()

These functions are now available, so use them to avoid extra code here.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
common/main.c