All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Revert "arm: Remove d2net_v2 defconfig file"
@ 2015-10-19 15:27 Tom Rini
  2015-10-20  0:07 ` Tom Rini
  2015-10-21  8:13 ` Simon Guinot
  0 siblings, 2 replies; 4+ messages in thread
From: Tom Rini @ 2015-10-19 15:27 UTC (permalink / raw
  To: u-boot

Upon further review when populating README.scrapyard, d2net_v2 is a
variant on net2big_v2 and not just an orphan config.  To help in the
future also add this to board/LaCie/net2big_v2/MAINTAINERS which needed
a little consolidation anyhow.

This reverts commit 1363740e7948a8e4bee8d5adcdf0f63f7782879d.

Cc: Simon Guinot <simon.guinot@sequanux.org>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 board/LaCie/net2big_v2/MAINTAINERS |    6 +-----
 configs/d2net_v2_defconfig         |    8 ++++++++
 2 files changed, 9 insertions(+), 5 deletions(-)
 create mode 100644 configs/d2net_v2_defconfig

diff --git a/board/LaCie/net2big_v2/MAINTAINERS b/board/LaCie/net2big_v2/MAINTAINERS
index 205c75e..8fec703 100644
--- a/board/LaCie/net2big_v2/MAINTAINERS
+++ b/board/LaCie/net2big_v2/MAINTAINERS
@@ -1,11 +1,7 @@
 NET2BIG_V2 BOARD
-#M:	-
+M:	Simon Guinot <simon.guinot@sequanux.org>
 S:	Maintained
 F:	board/LaCie/net2big_v2/
 F:	include/configs/lacie_kw.h
 F:	configs/d2net_v2_defconfig
-
-NET2BIG_V2 BOARD
-M:	Simon Guinot <simon.guinot@sequanux.org>
-S:	Maintained
 F:	configs/net2big_v2_defconfig
diff --git a/configs/d2net_v2_defconfig b/configs/d2net_v2_defconfig
new file mode 100644
index 0000000..d5f783f
--- /dev/null
+++ b/configs/d2net_v2_defconfig
@@ -0,0 +1,8 @@
+CONFIG_ARM=y
+CONFIG_KIRKWOOD=y
+CONFIG_TARGET_NET2BIG_V2=y
+CONFIG_SYS_EXTRA_OPTIONS="D2NET_V2"
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_SPI_FLASH=y
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] Revert "arm: Remove d2net_v2 defconfig file"
  2015-10-19 15:27 [U-Boot] [PATCH] Revert "arm: Remove d2net_v2 defconfig file" Tom Rini
@ 2015-10-20  0:07 ` Tom Rini
  2015-10-20 18:17   ` Simon Glass
  2015-10-21  8:13 ` Simon Guinot
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2015-10-20  0:07 UTC (permalink / raw
  To: u-boot

On Mon, Oct 19, 2015 at 11:27:49AM -0400, Tom Rini wrote:

> Upon further review when populating README.scrapyard, d2net_v2 is a
> variant on net2big_v2 and not just an orphan config.  To help in the
> future also add this to board/LaCie/net2big_v2/MAINTAINERS which needed
> a little consolidation anyhow.
> 
> This reverts commit 1363740e7948a8e4bee8d5adcdf0f63f7782879d.
> 
> Cc: Simon Guinot <simon.guinot@sequanux.org>
> Cc: Simon Glass <sjg@chromium.org>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151019/31baadbf/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] Revert "arm: Remove d2net_v2 defconfig file"
  2015-10-20  0:07 ` Tom Rini
@ 2015-10-20 18:17   ` Simon Glass
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2015-10-20 18:17 UTC (permalink / raw
  To: u-boot

On 19 October 2015 at 18:07, Tom Rini <trini@konsulko.com> wrote:
> On Mon, Oct 19, 2015 at 11:27:49AM -0400, Tom Rini wrote:
>
>> Upon further review when populating README.scrapyard, d2net_v2 is a
>> variant on net2big_v2 and not just an orphan config.  To help in the
>> future also add this to board/LaCie/net2big_v2/MAINTAINERS which needed
>> a little consolidation anyhow.
>>
>> This reverts commit 1363740e7948a8e4bee8d5adcdf0f63f7782879d.
>>
>> Cc: Simon Guinot <simon.guinot@sequanux.org>
>> Cc: Simon Glass <sjg@chromium.org>
>> Signed-off-by: Tom Rini <trini@konsulko.com>
>
> Applied to u-boot/master, thanks!

Thanks for handling this, and also the scrapyard stuff also!

Regards,
Simon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] Revert "arm: Remove d2net_v2 defconfig file"
  2015-10-19 15:27 [U-Boot] [PATCH] Revert "arm: Remove d2net_v2 defconfig file" Tom Rini
  2015-10-20  0:07 ` Tom Rini
@ 2015-10-21  8:13 ` Simon Guinot
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Guinot @ 2015-10-21  8:13 UTC (permalink / raw
  To: u-boot

On Mon, Oct 19, 2015 at 11:27:49AM -0400, Tom Rini wrote:
> Upon further review when populating README.scrapyard, d2net_v2 is a
> variant on net2big_v2 and not just an orphan config.  To help in the
> future also add this to board/LaCie/net2big_v2/MAINTAINERS which needed
> a little consolidation anyhow.
> 
> This reverts commit 1363740e7948a8e4bee8d5adcdf0f63f7782879d.
> 
> Cc: Simon Guinot <simon.guinot@sequanux.org>
> Cc: Simon Glass <sjg@chromium.org>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Hi Tom,

Thanks for taking care of the d2net_v2 defconfig.

Simon

> ---
>  board/LaCie/net2big_v2/MAINTAINERS |    6 +-----
>  configs/d2net_v2_defconfig         |    8 ++++++++
>  2 files changed, 9 insertions(+), 5 deletions(-)
>  create mode 100644 configs/d2net_v2_defconfig
> 
> diff --git a/board/LaCie/net2big_v2/MAINTAINERS b/board/LaCie/net2big_v2/MAINTAINERS
> index 205c75e..8fec703 100644
> --- a/board/LaCie/net2big_v2/MAINTAINERS
> +++ b/board/LaCie/net2big_v2/MAINTAINERS
> @@ -1,11 +1,7 @@
>  NET2BIG_V2 BOARD
> -#M:	-
> +M:	Simon Guinot <simon.guinot@sequanux.org>
>  S:	Maintained
>  F:	board/LaCie/net2big_v2/
>  F:	include/configs/lacie_kw.h
>  F:	configs/d2net_v2_defconfig
> -
> -NET2BIG_V2 BOARD
> -M:	Simon Guinot <simon.guinot@sequanux.org>
> -S:	Maintained
>  F:	configs/net2big_v2_defconfig
> diff --git a/configs/d2net_v2_defconfig b/configs/d2net_v2_defconfig
> new file mode 100644
> index 0000000..d5f783f
> --- /dev/null
> +++ b/configs/d2net_v2_defconfig
> @@ -0,0 +1,8 @@
> +CONFIG_ARM=y
> +CONFIG_KIRKWOOD=y
> +CONFIG_TARGET_NET2BIG_V2=y
> +CONFIG_SYS_EXTRA_OPTIONS="D2NET_V2"
> +# CONFIG_CMD_IMLS is not set
> +# CONFIG_CMD_FLASH is not set
> +# CONFIG_CMD_SETEXPR is not set
> +CONFIG_SPI_FLASH=y
> -- 
> 1.7.9.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151021/ca536a28/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-21  8:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 15:27 [U-Boot] [PATCH] Revert "arm: Remove d2net_v2 defconfig file" Tom Rini
2015-10-20  0:07 ` Tom Rini
2015-10-20 18:17   ` Simon Glass
2015-10-21  8:13 ` Simon Guinot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.