From eafc4b9843c1086533cbcdc62c20ff1f7ba78ad4 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 14 Apr 2015 16:09:53 +0800 Subject: MLK-10774-43 imx:mx7d fix DEFAULT_FDT_FILE should add '\' to string, otherwise this macro will be ignored. Signed-off-by: Peng Fan --- configs/mx7d_12x12_ddr3_arm2_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/mx7d_12x12_ddr3_arm2_defconfig') diff --git a/configs/mx7d_12x12_ddr3_arm2_defconfig b/configs/mx7d_12x12_ddr3_arm2_defconfig index c71a2be..9b78871 100644 --- a/configs/mx7d_12x12_ddr3_arm2_defconfig +++ b/configs/mx7d_12x12_ddr3_arm2_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_ddr3_arm2/imximage.cfg,MX7D,DEFAULT_FDT_FILE="imx7d-12x12-ddr3-arm2.dtb"" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_ddr3_arm2/imximage.cfg,MX7D,DEFAULT_FDT_FILE=\"imx7d-12x12-ddr3-arm2.dtb\"" CONFIG_ARM=y CONFIG_TARGET_MX7D_12X12_DDR3_ARM2=y CONFIG_SYS_MALLOC_F=y -- cgit v1.1