public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 6/6] defconfig: icorem6: Enable CONFIG_CMD_BMP
Date: Thu, 13 Oct 2016 08:16:58 +0530	[thread overview]
Message-ID: <1476326818-8654-7-git-send-email-jteki@openedev.com> (raw)
In-Reply-To: <1476326818-8654-1-git-send-email-jteki@openedev.com>

From: Jagan Teki <jagan@amarulasolutions.com>

Add CONFIG_CMD_BMP to display bmp format images.

Cc: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 configs/imx6qdl_icore_mmc_defconfig  | 1 +
 configs/imx6qdl_icore_nand_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/imx6qdl_icore_mmc_defconfig b/configs/imx6qdl_icore_mmc_defconfig
index 8d90c58..bcf999d 100644
--- a/configs/imx6qdl_icore_mmc_defconfig
+++ b/configs/imx6qdl_icore_mmc_defconfig
@@ -13,6 +13,7 @@ CONFIG_HUSH_PARSER=y
 CONFIG_AUTO_COMPLETE=y
 CONFIG_SYS_MAXARGS=32
 # CONFIG_CMD_IMLS is not set
+CONFIG_CMD_BMP=y
 CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_MII=y
diff --git a/configs/imx6qdl_icore_nand_defconfig b/configs/imx6qdl_icore_nand_defconfig
index 911ab80..b424c15 100644
--- a/configs/imx6qdl_icore_nand_defconfig
+++ b/configs/imx6qdl_icore_nand_defconfig
@@ -13,6 +13,7 @@ CONFIG_HUSH_PARSER=y
 CONFIG_AUTO_COMPLETE=y
 CONFIG_SYS_MAXARGS=32
 # CONFIG_CMD_IMLS is not set
+CONFIG_CMD_BMP=y
 CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_MII=y
-- 
2.7.4

  parent reply	other threads:[~2016-10-13  2:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-13  2:46 [U-Boot] [PATCH v2 0/6] imx6: icorem6: Add framebuffer support Jagan Teki
2016-10-13  2:46 ` [U-Boot] [PATCH v2 1/6] video: Kconfig: Add VIDEO_IPV3 entry Jagan Teki
2016-10-13  2:46 ` [U-Boot] [PATCH v2 2/6] Move CONFIG_VIDEO_IPUV3 to defconfig Jagan Teki
2016-10-13 14:10   ` Soeren Moch
2016-10-13  2:46 ` [U-Boot] [PATCH v2 3/6] imx6: icorem6: Add framebuffer support Jagan Teki
2016-10-13  2:46 ` [U-Boot] [PATCH v2 4/6] imx6: icorem6: Add custom splashscreen support Jagan Teki
2016-10-13  2:46 ` [U-Boot] [PATCH v2 5/6] Define/Move CONFIG_CMD_BMP to defconfig Jagan Teki
2016-10-13 13:09   ` Tom Rini
2016-10-13  2:46 ` Jagan Teki [this message]
2016-10-13 13:06 ` [U-Boot] [PATCH v2 0/6] imx6: icorem6: Add framebuffer support Tom Rini
2016-10-13 13:20   ` Jagan Teki
2016-10-13 13:23     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476326818-8654-7-git-send-email-jteki@openedev.com \
    --to=jteki@openedev.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox