
Dear Heiko Schocher,
In message 4AB9B874.3090603@denx.de you wrote:
- as this boards are similiar, collect common config option in manroland/common.h and manroland/mpc52xx-common.h for mpc5200 specific common options for this manufacturer.
- add OF support
- update default environment
Signed-off-by: Heiko Schocher hs@denx.de
changes since v1: added suggestion from Detlev Zundel, to collect mpc52xx specific config options in manroland-mpc52xx-common.h
changes since v2: as discussed with Wolfgang and Detlev, moved the manroland common headers in include/configs/manroland
changes since v3: add possibility to set loglevel in default environment
board/mucmc52/mucmc52.c | 7 + board/uc101/uc101.c | 7 + include/configs/manroland/common.h | 141 +++++++++++++++ include/configs/manroland/mpc5200-common.h | 229 ++++++++++++++++++++++++ include/configs/mucmc52.h | 257 +-------------------------- include/configs/uc101.h | 267 ++-------------------------- 6 files changed, 404 insertions(+), 504 deletions(-) create mode 100644 include/configs/manroland/common.h create mode 100644 include/configs/manroland/mpc5200-common.h
Applied, thanks.
Best regards,
Wolfgang Denk