]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Support setenv_ulong() and setenv_addr() for powerpc
authorSimon Glass <sjg@chromium.org>
Mon, 29 Oct 2012 05:23:47 +0000 (05:23 +0000)
committerTom Rini <trini@ti.com>
Fri, 2 Nov 2012 22:20:40 +0000 (15:20 -0700)
commitc4fa493d3a822757af8fbcdc516e12bb7f72d071
tree86780e18f04e499da448d338dc2abede0c63e652
parent758c9e69545b2f233ba98750aa3b4f57211b5c5a
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>
include/common.h