commit | c4fa493d3a822757af8fbcdc516e12bb7f72d071 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 29 05:23:47 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Nov 02 15:20:40 2012 -0700 |
tree | 86780e18f04e499da448d338dc2abede0c63e652 | |
parent | 758c9e69545b2f233ba98750aa3b4f57211b5c5a [diff] |
Support setenv_ulong() and setenv_addr() for powerpc This includes were outside an #ifdef CONFIG_PPC, but there is not reason to exclude powerpc from using them. Move the declaration outside the #ifdef. Signed-off-by: Simon Glass <sjg@chromium.org>