]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc5200: Add a4m2k board port
authorStefan Roese <sr@denx.de>
Thu, 7 Feb 2013 02:10:11 +0000 (02:10 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 9 Mar 2013 07:17:51 +0000 (08:17 +0100)
commitd4451d3503e630fa0d70a58dcfc759e07a9017d1
tree292759999e195143c5e0321ce82f36d19ee4c7fc
parentb4dc0bddbf1bfa8697ae888d472c25d82d52dc95
mpc5200: Add a4m2k board port

This patch adds the a4m2k MPC5200B board port. Its a derivate of
the a3m071 board with only minor changes.

Additionally this patch includes some clean-up changes:
- Remove I2C support from a3m071 as its unused
- Fix/enhance default env variables
- Fix some comments
- Add newly introduced CONFIG_SPL_TARGET to automatically build
  "u-boot-img.bin"
- Fix dtb patching in READ desciption for SPL Linux booting:
  "fdt chosen" needs to get called to patch/create the chosen node.
- Add missing call to spl_board_init():
  Define CONFIG_SPL_BOARD_INIT so that spl_board_init() will get
  called in the SPL version.

Signed-off-by: Stefan Roese <sr@denx.de>
MAINTAINERS
board/a3m071/README
board/a3m071/a3m071.c
board/a3m071/is46r16320d.h [new file with mode: 0644]
boards.cfg
include/configs/a3m071.h