public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] Change e-mail address of Stefan Herbrechtsmeier
@ 2014-12-28 13:09 Stefan Herbrechtsmeier
  2014-12-28 13:09 ` [U-Boot] [PATCH 2/2] ARM: kirkwood: dns325: Add generic board support Stefan Herbrechtsmeier
  2015-01-12 20:11 ` [U-Boot] [U-Boot, 1/2] Change e-mail address of Stefan Herbrechtsmeier Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Herbrechtsmeier @ 2014-12-28 13:09 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
---

 board/d-link/dns325/MAINTAINERS  | 2 +-
 board/d-link/dns325/Makefile     | 2 +-
 board/d-link/dns325/dns325.c     | 2 +-
 board/d-link/dns325/dns325.h     | 2 +-
 board/d-link/dns325/kwbimage.cfg | 2 +-
 include/configs/dns325.h         | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/board/d-link/dns325/MAINTAINERS b/board/d-link/dns325/MAINTAINERS
index 4b65a9b..a37b799 100644
--- a/board/d-link/dns325/MAINTAINERS
+++ b/board/d-link/dns325/MAINTAINERS
@@ -1,5 +1,5 @@
 DNS325 BOARD
-M:	Stefan Herbrechtsmeier <stefan@code.herbrechtsmeier.net>
+M:	Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
 S:	Maintained
 F:	board/d-link/dns325/
 F:	include/configs/dns325.h
diff --git a/board/d-link/dns325/Makefile b/board/d-link/dns325/Makefile
index b8a5ea1..c39afca 100644
--- a/board/d-link/dns325/Makefile
+++ b/board/d-link/dns325/Makefile
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2011
-# Stefan Herbrechtsmeier <stefan@code.herbrechtsmeier.net>
+# Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
 #
 # Based on Kirkwood support:
 # (C) Copyright 2009
diff --git a/board/d-link/dns325/dns325.c b/board/d-link/dns325/dns325.c
index a022daf..75dd775 100644
--- a/board/d-link/dns325/dns325.c
+++ b/board/d-link/dns325/dns325.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2011
- * Stefan Herbrechtsmeier <stefan@code.herbrechtsmeier.net>
+ * Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
  *
  * Based on Kirkwood support:
  * (C) Copyright 2009
diff --git a/board/d-link/dns325/dns325.h b/board/d-link/dns325/dns325.h
index f7b25f2..0167111 100644
--- a/board/d-link/dns325/dns325.h
+++ b/board/d-link/dns325/dns325.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2011
- * Stefan Herbrechtsmeier <stefan@code.herbrechtsmeier.net>
+ * Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
  *
  * Based on Kirkwood support:
  * (C) Copyright 2009
diff --git a/board/d-link/dns325/kwbimage.cfg b/board/d-link/dns325/kwbimage.cfg
index b69c1df..dbd31a1 100644
--- a/board/d-link/dns325/kwbimage.cfg
+++ b/board/d-link/dns325/kwbimage.cfg
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2011
-# Stefan Herbrechtsmeier <stefan@code.herbrechtsmeier.net>
+# Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
 #
 # Based on Kirkwood support:
 # (C) Copyright 2009
diff --git a/include/configs/dns325.h b/include/configs/dns325.h
index eaf8c85..e8ce8db 100644
--- a/include/configs/dns325.h
+++ b/include/configs/dns325.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2011
- * Stefan Herbrechtsmeier <stefan@code.herbrechtsmeier.net>
+ * Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
  *
  * Based on Kirkwood support:
  * (C) Copyright 2009
-- 
1.9.1

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

* [U-Boot] [PATCH 2/2] ARM: kirkwood: dns325: Add generic board support
  2014-12-28 13:09 [U-Boot] [PATCH 1/2] Change e-mail address of Stefan Herbrechtsmeier Stefan Herbrechtsmeier
@ 2014-12-28 13:09 ` Stefan Herbrechtsmeier
  2015-01-12 20:11   ` [U-Boot] [U-Boot, " Tom Rini
  2015-01-12 20:11 ` [U-Boot] [U-Boot, 1/2] Change e-mail address of Stefan Herbrechtsmeier Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Stefan Herbrechtsmeier @ 2014-12-28 13:09 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
---

 include/configs/dns325.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/dns325.h b/include/configs/dns325.h
index e8ce8db..379e6c7 100644
--- a/include/configs/dns325.h
+++ b/include/configs/dns325.h
@@ -26,6 +26,7 @@
 #define CONFIG_FEROCEON_88FR131		/* CPU Core subversion */
 #define CONFIG_KW88F6281		/* SOC Name */
 #define CONFIG_SKIP_LOWLEVEL_INIT	/* disable board lowlevel_init */
+#define CONFIG_SYS_GENERIC_BOARD
 
 /*
  * Commands configuration
-- 
1.9.1

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

* [U-Boot] [U-Boot, 1/2] Change e-mail address of Stefan Herbrechtsmeier
  2014-12-28 13:09 [U-Boot] [PATCH 1/2] Change e-mail address of Stefan Herbrechtsmeier Stefan Herbrechtsmeier
  2014-12-28 13:09 ` [U-Boot] [PATCH 2/2] ARM: kirkwood: dns325: Add generic board support Stefan Herbrechtsmeier
@ 2015-01-12 20:11 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2015-01-12 20:11 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 28, 2014 at 02:09:50PM +0100, Stefan Herbrechtsmeier wrote:

> Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>

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/20150112/0a5f357e/attachment.pgp>

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

* [U-Boot] [U-Boot, 2/2] ARM: kirkwood: dns325: Add generic board support
  2014-12-28 13:09 ` [U-Boot] [PATCH 2/2] ARM: kirkwood: dns325: Add generic board support Stefan Herbrechtsmeier
@ 2015-01-12 20:11   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2015-01-12 20:11 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 28, 2014 at 02:09:51PM +0100, Stefan Herbrechtsmeier wrote:

> Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>

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/20150112/9d5e90cb/attachment.pgp>

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

end of thread, other threads:[~2015-01-12 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 13:09 [U-Boot] [PATCH 1/2] Change e-mail address of Stefan Herbrechtsmeier Stefan Herbrechtsmeier
2014-12-28 13:09 ` [U-Boot] [PATCH 2/2] ARM: kirkwood: dns325: Add generic board support Stefan Herbrechtsmeier
2015-01-12 20:11   ` [U-Boot] [U-Boot, " Tom Rini
2015-01-12 20:11 ` [U-Boot] [U-Boot, 1/2] Change e-mail address of Stefan Herbrechtsmeier Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox