commit | db22961346184fa453aec8b87e4d09e77f37d9bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:42 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 9da3c6373e1f03e9d83aae9e68c4eac0afbdd173 | |
parent | 2d85a752b486c23f7a574a81cc50c7affe41a62f [diff] [blame] |
env: Move env_get_f() to env.h Move this function 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/drivers/ddr/fsl/options.c b/drivers/ddr/fsl/options.c index 4573ffa..b917931 100644 --- a/drivers/ddr/fsl/options.c +++ b/drivers/ddr/fsl/options.c
@@ -5,6 +5,7 @@ */ #include <common.h> +#include <env.h> #include <hwconfig.h> #include <fsl_ddr_sdram.h>