
Dear Marcel Ziswiler,
In message 1252424017.5386.19.camel@com-21 you wrote:
Signed-off-by: Marcel Ziswiler marcel.ziswiler@noser.com
board/ep8248/ep8248.c | 16 ++++++++++++- include/configs/ep8248.h | 53 ++++++++++++++++++++-------------------------- 2 files changed, 37 insertions(+), 32 deletions(-)
Please put the board maintainer on Cc:
diff --git a/board/ep8248/ep8248.c b/board/ep8248/ep8248.c index bc20ba7..eb11418 100644 --- a/board/ep8248/ep8248.c +++ b/board/ep8248/ep8248.c @@ -5,6 +5,10 @@
- Support for Embedded Planet EP8248 boards.
- Tested on EP8248E.
- Copyright (C) 2009 Noser Engineering AG
- Marcel Ziswiler marcel.ziswiler@noser.com
- Added support for device tree and secondary Ethernet interface
We don't add copyright entries for so few lines of code. And we don;t add a change log either. We have git to track the history of changes for us.
diff --git a/include/configs/ep8248.h b/include/configs/ep8248.h index f7b3fde..b1dbe7d 100644 --- a/include/configs/ep8248.h +++ b/include/configs/ep8248.h @@ -4,6 +4,10 @@
- U-Boot configuration for Embedded Planet EP8248 boards.
- Copyright (C) 2009 Noser Engineering AG
- Marcel Ziswiler marcel.ziswiler@noser.com
- Added support for device tree and secondary Ethernet interface
Ditto.
Best regards,
Wolfgang Denk