diff mbox series

[U-Boot,1/2] imx: imx8qxp_mek: imximage: remove config.h

Message ID 20181105100922.21747-1-peng.fan@nxp.com
State Accepted
Commit 0b366cf2b01dee62b6084b515046cb9e6ce5305f
Delegated to: Stefano Babic
Headers show
Series [U-Boot,1/2] imx: imx8qxp_mek: imximage: remove config.h | expand

Commit Message

Peng Fan Nov. 5, 2018, 10:01 a.m. UTC
config.h is not needed, remove it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 board/freescale/imx8qxp_mek/imximage.cfg | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic Dec. 8, 2018, 5:35 p.m. UTC | #1
On 05/11/18 11:01, Peng Fan wrote:
> config.h is not needed, remove it.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  board/freescale/imx8qxp_mek/imximage.cfg | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/board/freescale/imx8qxp_mek/imximage.cfg b/board/freescale/imx8qxp_mek/imximage.cfg
> index 9d39f25bf6..bbffb1a88f 100644
> --- a/board/freescale/imx8qxp_mek/imximage.cfg
> +++ b/board/freescale/imx8qxp_mek/imximage.cfg
> @@ -7,7 +7,6 @@
>   */
>  
>  #define __ASSEMBLY__
> -#include <config.h>
>  
>  /* Boot from SD, sector size 0x400 */
>  BOOT_FROM SD 0x400
> 

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/board/freescale/imx8qxp_mek/imximage.cfg b/board/freescale/imx8qxp_mek/imximage.cfg
index 9d39f25bf6..bbffb1a88f 100644
--- a/board/freescale/imx8qxp_mek/imximage.cfg
+++ b/board/freescale/imx8qxp_mek/imximage.cfg
@@ -7,7 +7,6 @@ 
  */
 
 #define __ASSEMBLY__
-#include <config.h>
 
 /* Boot from SD, sector size 0x400 */
 BOOT_FROM SD 0x400