* [PATCH] ARM: stm32mp: dk2: barebox_set_model to shorter name
@ 2020-02-10 13:05 Ahmad Fatoum
2020-02-12 7:29 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2020-02-10 13:05 UTC (permalink / raw)
To: barebox
The full "STMicroelectronics STM32MP157C-DK2 Discovery Board" is a tad
too long. Abbreviate it to STM32MP157C-DK2 instead.
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
arch/arm/boards/stm32mp157c-dk2/board.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boards/stm32mp157c-dk2/board.c b/arch/arm/boards/stm32mp157c-dk2/board.c
index 9cd5b4ee1ff4..6da99d9353ac 100644
--- a/arch/arm/boards/stm32mp157c-dk2/board.c
+++ b/arch/arm/boards/stm32mp157c-dk2/board.c
@@ -14,6 +14,8 @@ static int dk2_postcore_init(void)
stm32mp_bbu_mmc_register_handler("sd", "/dev/mmc0.ssbl",
BBU_HANDLER_FLAG_DEFAULT);
+ barebox_set_model("STM32MP157C-DK2");
+
return 0;
}
postcore_initcall(dk2_postcore_init);
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: stm32mp: dk2: barebox_set_model to shorter name
2020-02-10 13:05 [PATCH] ARM: stm32mp: dk2: barebox_set_model to shorter name Ahmad Fatoum
@ 2020-02-12 7:29 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-02-12 7:29 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Mon, Feb 10, 2020 at 02:05:45PM +0100, Ahmad Fatoum wrote:
> The full "STMicroelectronics STM32MP157C-DK2 Discovery Board" is a tad
> too long. Abbreviate it to STM32MP157C-DK2 instead.
>
> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
> ---
> arch/arm/boards/stm32mp157c-dk2/board.c | 2 ++
> 1 file changed, 2 insertions(+)
Applied, thanks
Sascha
>
> diff --git a/arch/arm/boards/stm32mp157c-dk2/board.c b/arch/arm/boards/stm32mp157c-dk2/board.c
> index 9cd5b4ee1ff4..6da99d9353ac 100644
> --- a/arch/arm/boards/stm32mp157c-dk2/board.c
> +++ b/arch/arm/boards/stm32mp157c-dk2/board.c
> @@ -14,6 +14,8 @@ static int dk2_postcore_init(void)
> stm32mp_bbu_mmc_register_handler("sd", "/dev/mmc0.ssbl",
> BBU_HANDLER_FLAG_DEFAULT);
>
> + barebox_set_model("STM32MP157C-DK2");
> +
> return 0;
> }
> postcore_initcall(dk2_postcore_init);
> --
> 2.20.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-12 7:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10 13:05 [PATCH] ARM: stm32mp: dk2: barebox_set_model to shorter name Ahmad Fatoum
2020-02-12 7:29 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox