commit | 32ef00a0d1b721f6c02dd4dde087bd4badc95a30 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 13 14:43:14 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Oct 23 23:34:19 2011 +0200 |
tree | b1a1598f99eeffa48598400d08b128b1fc1b2afa | |
parent | c131e52f9bb5e2c20452e75b36de644798342e28 [diff] |
x86: Use getenv_ulong() in place of getenv(), strtoul This changes the board code to use the new getenv_ulong() function. Signed-off-by: Simon Glass <sjg@chromium.org>