[U-Boot] [PATCH] ARM: fix out-of-tree build of imx31_phycore_eet, add to MAINTAINERS

Fix out-of-tree build of the imx31_phycore_eet target, add it to the list of boards, maintained by me, in MAINTAINERS.
Reported-by: Wolfgang Denk wd@denx.de Signed-off-by: Guennadi Liakhovetski lg@denx.de --- diff --git a/MAINTAINERS b/MAINTAINERS index 284f5c6..4b1b187 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -568,8 +568,9 @@ Prakash Kumar prakash@embedx.com
Guennadi Liakhovetski g.liakhovetski@gmx.de
- mx31ads i.MX31 - SMDK6400 S3C6400 + mx31ads i.MX31 + imx31_phycore_eet i.MX31 + SMDK6400 S3C6400
Nishanth Menon nm@ti.com
diff --git a/Makefile b/Makefile index f9edd9d..86e6d62 100644 --- a/Makefile +++ b/Makefile @@ -3066,6 +3066,7 @@ imx31_litekit_config : unconfig
imx31_phycore_eet_config \ imx31_phycore_config : unconfig + @mkdir -p $(obj)include @if [ -n "$(findstring _eet_,$@)" ]; then \ echo "#define CONFIG_IMX31_PHYCORE_EET" >> $(obj)include/config.h; \ fi

Dear Guennadi Liakhovetski,
In message Pine.LNX.4.64.0904042138130.17851@axis700.grange you wrote:
Fix out-of-tree build of the imx31_phycore_eet target, add it to the list of boards, maintained by me, in MAINTAINERS.
Reported-by: Wolfgang Denk wd@denx.de Signed-off-by: Guennadi Liakhovetski lg@denx.de
diff --git a/MAINTAINERS b/MAINTAINERS index 284f5c6..4b1b187 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -568,8 +568,9 @@ Prakash Kumar prakash@embedx.com
Guennadi Liakhovetski g.liakhovetski@gmx.de
- mx31ads i.MX31
- SMDK6400 S3C6400
- mx31ads i.MX31
- imx31_phycore_eet i.MX31
- SMDK6400 S3C6400
Please keep lists sorted.
Nishanth Menon nm@ti.com
diff --git a/Makefile b/Makefile index f9edd9d..86e6d62 100644 --- a/Makefile +++ b/Makefile @@ -3066,6 +3066,7 @@ imx31_litekit_config : unconfig
imx31_phycore_eet_config \ imx31_phycore_config : unconfig
- @mkdir -p $(obj)include @if [ -n "$(findstring _eet_,$@)" ]; then \ echo "#define CONFIG_IMX31_PHYCORE_EET" >> $(obj)include/config.h; \ fi
These are two unrelated modifications; please split in two separate commits. Thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Guennadi Liakhovetski
-
Wolfgang Denk