From: Markus Niebel Date: Fri, 3 Feb 2017 15:14:03 +0000 (+0100) Subject: tqma6: [cosmetic] sanitize environment defines X-Git-Tag: v2017.03-rc3~3^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dc05e47a10b11f4266e3a41df96748d486193e6d;p=u-boot tqma6: [cosmetic] sanitize environment defines Signed-off-by: Markus Niebel --- diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 9225bc1639..1c0a762d69 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -291,7 +291,7 @@ "uboot=u-boot.imx\0" \ "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \ "fdt_addr="__stringify(TQMA6_FDT_ADDRESS)"\0" \ - "console=" CONSOLE_DEV "\0" \ + "console=" CONSOLE_DEV "\0" \ "cma_size="__stringify(TQMA6_CMA_SIZE)"\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \