diff options
Diffstat (limited to 'common/spl/spl_xip.c')
-rw-r--r-- | common/spl/spl_xip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_xip.c b/common/spl/spl_xip.c index 1465c3e46b..959915ffa6 100644 --- a/common/spl/spl_xip.c +++ b/common/spl/spl_xip.c @@ -4,7 +4,7 @@ * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. */ -#include <config.h> +#include <common.h> #include <image.h> #include <log.h> #include <spl.h> |