[U-Boot] [RFC PATCH v2 08/15] main: Use get/setenv_ulong()

2013-02-24 Thread Simon Glass
These functions are now available, so use them to avoid extra code here. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None common/main.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/common/main.c b/common/main.c index 37e42ca..4f11e58 100644 ---

Re: [U-Boot] [RFC PATCH v2 08/15] main: Use get/setenv_ulong()

2013-02-24 Thread Joe Hershberger
Hi Simon. On Sun, Feb 24, 2013 at 11:26 AM, Simon Glass s...@chromium.org wrote: These functions are now available, so use them to avoid extra code here. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None common/main.c | 8 ++-- 1 file changed, 2 insertions(+), 6