congatec: Include env.h to permit reading the environment
This file reads from the environment but does not include the correct header. Update it. Drop the unnecessary config.h while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
* Copyright 2018 congatec AG
|
||||
* Copyright (C) 2019 Oliver Graute <oliver.graute@kococonnector.com>
|
||||
*/
|
||||
#include <config.h>
|
||||
|
||||
#include <env.h>
|
||||
#include <errno.h>
|
||||
#include <linux/libfdt.h>
|
||||
#include <fsl_esdhc.h>
|
||||
|
||||
Reference in New Issue
Block a user