mmc: fsl_esdhc: Fix SDR104 and HS200 support
[oweals/u-boot.git] / common / spl / spl_xip.c
index 18c7d11f2d1a2d4d81a4257ace3316d839ab49e8..8ce0a09ef3f425ffaf1147bab7445b3e32628c64 100644 (file)
@@ -1,10 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
- * Copyright (C) 2017 Vikas Manocha <vikas.manocha@st.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
+ * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
+ * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
  */
 
 #include <common.h>
+#include <image.h>
+#include <log.h>
 #include <spl.h>
 
 static int spl_xip(struct spl_image_info *spl_image,