diff options
author | Markus Niebel <Markus.Niebel@tq-group.com> | 2017-02-03 16:14:03 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-02-19 17:16:51 +0100 |
commit | dc05e47a10b11f4266e3a41df96748d486193e6d (patch) | |
tree | 79ecc3fb04ff21ddadf3a4d0ed20bbd6e809ea5a /include | |
parent | e7203d77f64296338ce3773cebd5d1a23a776b5e (diff) | |
download | u-boot-dc05e47a10b11f4266e3a41df96748d486193e6d.zip u-boot-dc05e47a10b11f4266e3a41df96748d486193e6d.tar.gz u-boot-dc05e47a10b11f4266e3a41df96748d486193e6d.tar.bz2 |
tqma6: [cosmetic] sanitize environment defines
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tqma6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 9225bc1..1c0a762 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" \ |