
Dear Heiko Schocher,
In message 48AA7F91.30006@denx.de you wrote:
Hello,
changes since last post:
- merge patches 1 and 2
- integrated comments from Wolfgang Denk
- rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
Note: such comments belong *below* the "---" line (otherwise they would go into the commit message).
Signed-off-by: Heiko Schocher hs@denx.de
MAINTAINERS | 1 + Makefile | 9 + board/muas3001/Makefile | 50 ++++++ board/muas3001/config.mk | 24 +++ board/muas3001/muas3001.c | 381 +++++++++++++++++++++++++++++++++++++++++++ include/configs/muas3001.h | 387 ++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 852 insertions(+), 0 deletions(-) create mode 100644 board/muas3001/Makefile create mode 100644 board/muas3001/config.mk create mode 100644 board/muas3001/muas3001.c create mode 100644 include/configs/muas3001.h
Applied, thanks.
Best regards,
Wolfgang Denk