From: "Lothar Waßmann" <LW@KARO-electronics.de>
To: Nikhil M Jain <n-jain1@ti.com>
Cc: <u-boot@lists.denx.de>, <sjg@chromium.org>, <trini@konsulko.com>,
<devarsht@ti.com>, <vigneshr@ti.com>, <nsekhar@ti.com>
Subject: Re: [PATCH V7 11/14] common: Enable splash functions at SPL
Date: Tue, 18 Apr 2023 11:10:51 +0200 [thread overview]
Message-ID: <20230418111051.32346ad0@karo-electronics.de> (raw)
In-Reply-To: <20230410072843.97922-12-n-jain1@ti.com>
Hi,
On Mon, 10 Apr 2023 12:58:40 +0530 Nikhil M Jain wrote:
> To support splash screen at both u-boot proper and SPL use
> CONFIG_IS_ENABLED and CONFIG_VAL to check for video related Kconfigs at
> respective stages.
>
> Replace CONFIG_CMD_BMP with CONFIG_BMP to enable splash_display function
> at u-boot proper and SPL.
>
> Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
> Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> V7:
> - Add Reviewed-by tag.
>
> V6:
> - Fix commit message.
> - Add Reviewed-by tag.
>
> V5:
> - Replace CONFIG_CMD_BMP with CONFIG_BMP.
>
> V4:
> - No change
>
> V3 (patch introduced):
> - Enable splash functions at SPL
>
> common/bmp.c | 12 ++++++------
> common/splash.c | 10 +++++-----
> include/splash.h | 2 +-
> 3 files changed, 12 insertions(+), 12 deletions(-)
>
[...]
> diff --git a/include/splash.h b/include/splash.h
> index 33e45e6941..083c978582 100644
> --- a/include/splash.h
> +++ b/include/splash.h
> @@ -78,4 +78,4 @@ static inline int splash_display(void)
>
> #define BMP_ALIGN_CENTER 0x7FFF
>
> -#endif
> +#endif
> \ No newline at end of file
Your patch is removing the <LF> at the end of the file!
Lothar Waßmann
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info@karo-electronics.de
___________________________________________________________
next prev parent reply other threads:[~2023-04-18 9:11 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-10 7:28 [PATCH V7 00/14] Add splash screen support at u-boot SPL Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 01/14] drivers: video: Kconfig: Add configs for enabling video at SPL Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 02/14] drivers: video: tidss: Kconfig: Configs to enable TIDSS " Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 03/14] drivers: Makefile: Add rule to compile video driver Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 04/14] drivers: video: Makefile: Rule to compile necessary video driver files Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 05/14] drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 06/14] common: Makefile: Add rule to compile splash and splash_source " Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 07/14] common: Kconfig: Add BMP configs Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 08/14] cmd: bmp: Split bmp commands and functions Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 09/14] common: Makefile: Rule to compile bmp.c Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 10/14] drivers: video: Enable necessary video functions at SPL Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 11/14] common: Enable splash " Nikhil M Jain
2023-04-18 9:10 ` Lothar Waßmann [this message]
2023-04-10 7:28 ` [PATCH V7 12/14] include: Enable video related global data variable and splash " Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 13/14] board: ti: am62x: evm: OSPI support for splash screen Nikhil M Jain
2023-04-10 7:28 ` [PATCH V7 14/14] common: Replace #ifdef and #if with if's Nikhil M Jain
2023-04-17 5:39 ` Devarsh Thakkar
2023-04-18 7:37 ` Nikhil M Jain
2023-04-18 8:48 ` Nikhil M Jain
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=20230418111051.32346ad0@karo-electronics.de \
--to=lw@karo-electronics.de \
--cc=devarsht@ti.com \
--cc=n-jain1@ti.com \
--cc=nsekhar@ti.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.com \
/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