* [U-Boot] [PATCH 1/3] pico-imx7d: MAINTAINERS: Unify all board entries
@ 2019-04-26 16:56 Fabio Estevam
2019-04-26 16:56 ` [U-Boot] [PATCH 2/3] pico-imx6ul: " Fabio Estevam
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Fabio Estevam @ 2019-04-26 16:56 UTC (permalink / raw)
To: u-boot
It is easier to consolidate all boards into a single entry.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
board/technexion/pico-imx7d/MAINTAINERS | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/board/technexion/pico-imx7d/MAINTAINERS b/board/technexion/pico-imx7d/MAINTAINERS
index f9a1dfc05e..9b5f607866 100644
--- a/board/technexion/pico-imx7d/MAINTAINERS
+++ b/board/technexion/pico-imx7d/MAINTAINERS
@@ -1,16 +1,9 @@
TechNexion PICO-IMX7D board
M: Vanessa Maegima <vanessa.maegima@nxp.com>
+M: Otavio Salvador <otavio@ossystems.com.br>
S: Maintained
F: board/technexion/pico-imx7d/
F: include/configs/pico-imx7d.h
F: configs/pico-imx7d_defconfig
-
-TechNexion PICO-HOBBIT-IMX7
-M: Otavio Salvador <otavio@ossystems.com.br>
-S: Maintained
F: configs/pico-hobbit-imx7d_defconfig
-
-TechNexion PICO-PI-IMX7
-M: Otavio Salvador <otavio@ossystems.com.br>
-S: Maintained
F: configs/pico-pi-imx7d_defconfig
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 2/3] pico-imx6ul: MAINTAINERS: Unify all board entries
2019-04-26 16:56 [U-Boot] [PATCH 1/3] pico-imx7d: MAINTAINERS: Unify all board entries Fabio Estevam
@ 2019-04-26 16:56 ` Fabio Estevam
2019-06-10 9:49 ` sbabic at denx.de
2019-04-26 16:56 ` [U-Boot] [PATCH 3/3] pico-imx6ul: MAINTAINERS: Add pico-dwarf entry Fabio Estevam
2019-06-10 9:40 ` [U-Boot] [PATCH 1/3] pico-imx7d: MAINTAINERS: Unify all board entries sbabic at denx.de
2 siblings, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2019-04-26 16:56 UTC (permalink / raw)
To: u-boot
It is easier to consolidate all boards into a single entry.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
board/technexion/pico-imx6ul/MAINTAINERS | 8 --------
1 file changed, 8 deletions(-)
diff --git a/board/technexion/pico-imx6ul/MAINTAINERS b/board/technexion/pico-imx6ul/MAINTAINERS
index b8f3d24a53..a662ff44d0 100644
--- a/board/technexion/pico-imx6ul/MAINTAINERS
+++ b/board/technexion/pico-imx6ul/MAINTAINERS
@@ -5,13 +5,5 @@ S: Maintained
F: board/technexion/pico-imx6ul/
F: include/configs/pico-imx6ul.h
F: configs/pico-imx6ul_defconfig
-
-TechNexion PICO-HOBBIT-IMX6UL
-M: Otavio Salvador <otavio@ossystems.com.br>
-S: Maintained
F: configs/pico-hobbit-imx6ul_defconfig
-
-TechNexion PICO-PI-IMX6UL
-M: Otavio Salvador <otavio@ossystems.com.br>
-S: Maintained
F: configs/pico-pi-imx6ul_defconfig
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 3/3] pico-imx6ul: MAINTAINERS: Add pico-dwarf entry
2019-04-26 16:56 [U-Boot] [PATCH 1/3] pico-imx7d: MAINTAINERS: Unify all board entries Fabio Estevam
2019-04-26 16:56 ` [U-Boot] [PATCH 2/3] pico-imx6ul: " Fabio Estevam
@ 2019-04-26 16:56 ` Fabio Estevam
2019-06-10 9:59 ` sbabic at denx.de
2019-06-10 9:40 ` [U-Boot] [PATCH 1/3] pico-imx7d: MAINTAINERS: Unify all board entries sbabic at denx.de
2 siblings, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2019-04-26 16:56 UTC (permalink / raw)
To: u-boot
pico-dwarf-imx6ul_defconfig does not have an entry in MAINTAINERS file,
so add it to avoid a build warning.
Reported-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
board/technexion/pico-imx6ul/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/technexion/pico-imx6ul/MAINTAINERS b/board/technexion/pico-imx6ul/MAINTAINERS
index a662ff44d0..e9b5a97090 100644
--- a/board/technexion/pico-imx6ul/MAINTAINERS
+++ b/board/technexion/pico-imx6ul/MAINTAINERS
@@ -5,5 +5,6 @@ S: Maintained
F: board/technexion/pico-imx6ul/
F: include/configs/pico-imx6ul.h
F: configs/pico-imx6ul_defconfig
+F: configs/pico-dwarf-imx6ul_defconfig
F: configs/pico-hobbit-imx6ul_defconfig
F: configs/pico-pi-imx6ul_defconfig
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 1/3] pico-imx7d: MAINTAINERS: Unify all board entries
2019-04-26 16:56 [U-Boot] [PATCH 1/3] pico-imx7d: MAINTAINERS: Unify all board entries Fabio Estevam
2019-04-26 16:56 ` [U-Boot] [PATCH 2/3] pico-imx6ul: " Fabio Estevam
2019-04-26 16:56 ` [U-Boot] [PATCH 3/3] pico-imx6ul: MAINTAINERS: Add pico-dwarf entry Fabio Estevam
@ 2019-06-10 9:40 ` sbabic at denx.de
2 siblings, 0 replies; 7+ messages in thread
From: sbabic at denx.de @ 2019-06-10 9:40 UTC (permalink / raw)
To: u-boot
> It is easier to consolidate all boards into a single entry.
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 2/3] pico-imx6ul: MAINTAINERS: Unify all board entries
2019-04-26 16:56 ` [U-Boot] [PATCH 2/3] pico-imx6ul: " Fabio Estevam
@ 2019-06-10 9:49 ` sbabic at denx.de
2019-06-10 10:19 ` Stefano Babic
0 siblings, 1 reply; 7+ messages in thread
From: sbabic at denx.de @ 2019-06-10 9:49 UTC (permalink / raw)
To: u-boot
> It is easier to consolidate all boards into a single entry.
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 3/3] pico-imx6ul: MAINTAINERS: Add pico-dwarf entry
2019-04-26 16:56 ` [U-Boot] [PATCH 3/3] pico-imx6ul: MAINTAINERS: Add pico-dwarf entry Fabio Estevam
@ 2019-06-10 9:59 ` sbabic at denx.de
0 siblings, 0 replies; 7+ messages in thread
From: sbabic at denx.de @ 2019-06-10 9:59 UTC (permalink / raw)
To: u-boot
> pico-dwarf-imx6ul_defconfig does not have an entry in MAINTAINERS file,
> so add it to avoid a build warning.
> Reported-by: Stefano Babic <sbabic@denx.de>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 2/3] pico-imx6ul: MAINTAINERS: Unify all board entries
2019-06-10 9:49 ` sbabic at denx.de
@ 2019-06-10 10:19 ` Stefano Babic
0 siblings, 0 replies; 7+ messages in thread
From: Stefano Babic @ 2019-06-10 10:19 UTC (permalink / raw)
To: u-boot
On 10/06/19 11:49, sbabic at denx.de wrote:
>> It is easier to consolidate all boards into a single entry.
>> Signed-off-by: Fabio Estevam <festevam@gmail.com>
>
> Applied to u-boot-imx, master, thanks !
>
As note: I have added configs/pico-imx7d_bl33_defconfig to fix Travis.
Regards,
Stefano
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-06-10 10:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-26 16:56 [U-Boot] [PATCH 1/3] pico-imx7d: MAINTAINERS: Unify all board entries Fabio Estevam
2019-04-26 16:56 ` [U-Boot] [PATCH 2/3] pico-imx6ul: " Fabio Estevam
2019-06-10 9:49 ` sbabic at denx.de
2019-06-10 10:19 ` Stefano Babic
2019-04-26 16:56 ` [U-Boot] [PATCH 3/3] pico-imx6ul: MAINTAINERS: Add pico-dwarf entry Fabio Estevam
2019-06-10 9:59 ` sbabic at denx.de
2019-06-10 9:40 ` [U-Boot] [PATCH 1/3] pico-imx7d: MAINTAINERS: Unify all board entries sbabic at denx.de
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox