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>
This commit is contained in:
Simon Glass 2019-08-01 09:46:49 -06:00 committed by Tom Rini
parent 9eef56dbe3
commit 6bf6dbee01
5 changed files with 11 additions and 6 deletions

View file

@ -16,6 +16,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <malloc.h>
#include <mapmem.h>