commit | 6bf6dbee0111d40b4b37799d24eed8b6af7d7b29 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:49 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | d208767aba325d564900dbf369d04ec3093539db | |
parent | 9eef56dbe34596b403e8c476c2e30ed697638f77 [diff] |
env: Move env_get_yesno() to env.h Move env_get_yesno() over to the new header file. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff --git a/arch/powerpc/cpu/mpc85xx/mp.c b/arch/powerpc/cpu/mpc85xx/mp.c index b0aa72e..119d4b3 100644 --- a/arch/powerpc/cpu/mpc85xx/mp.c +++ b/arch/powerpc/cpu/mpc85xx/mp.c
@@ -4,6 +4,7 @@ */ #include <common.h> +#include <env.h> #include <asm/processor.h> #include <ioports.h> #include <lmb.h>