* [U-Boot] [PATCH v1] dfu: align array in dfu_get_dev_type with enum dfu_device_type
@ 2016-10-28 7:44 ` Patrick Delaunay
2016-11-02 15:29 ` Lukasz Majewski
0 siblings, 1 reply; 2+ messages in thread
From: Patrick Delaunay @ 2016-10-28 7:44 UTC (permalink / raw)
To: u-boot
Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
---
drivers/dfu/dfu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dfu/dfu.c b/drivers/dfu/dfu.c
index 20dfcbb..8dacc1a 100644
--- a/drivers/dfu/dfu.c
+++ b/drivers/dfu/dfu.c
@@ -482,7 +482,7 @@ int dfu_config_entities(char *env, char *interface, char *devstr)
const char *dfu_get_dev_type(enum dfu_device_type t)
{
- const char *dev_t[] = {NULL, "eMMC", "OneNAND", "NAND", "RAM" };
+ const char *dev_t[] = {NULL, "eMMC", "OneNAND", "NAND", "RAM", "SF" };
return dev_t[t];
}
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH v1] dfu: align array in dfu_get_dev_type with enum dfu_device_type
2016-10-28 7:44 ` [U-Boot] [PATCH v1] dfu: align array in dfu_get_dev_type with enum dfu_device_type Patrick Delaunay
@ 2016-11-02 15:29 ` Lukasz Majewski
0 siblings, 0 replies; 2+ messages in thread
From: Lukasz Majewski @ 2016-11-02 15:29 UTC (permalink / raw)
To: u-boot
Hi Patrick,
> Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
> ---
>
> drivers/dfu/dfu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dfu/dfu.c b/drivers/dfu/dfu.c
> index 20dfcbb..8dacc1a 100644
> --- a/drivers/dfu/dfu.c
> +++ b/drivers/dfu/dfu.c
> @@ -482,7 +482,7 @@ int dfu_config_entities(char *env, char
> *interface, char *devstr)
> const char *dfu_get_dev_type(enum dfu_device_type t)
> {
> - const char *dev_t[] = {NULL, "eMMC", "OneNAND", "NAND",
> "RAM" };
> + const char *dev_t[] = {NULL, "eMMC", "OneNAND", "NAND",
> "RAM", "SF" }; return dev_t[t];
> }
>
Applied to to u-boot-dfu (and PR sent to ML).
Thanks for patch.
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-02 15:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20161028074704eucas1p2dc4012daa1522a6fa888a08bbbe9503a@eucas1p2.samsung.com>
2016-10-28 7:44 ` [U-Boot] [PATCH v1] dfu: align array in dfu_get_dev_type with enum dfu_device_type Patrick Delaunay
2016-11-02 15:29 ` Lukasz Majewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox