diff options
author | Stefan Roese <sr@denx.de> | 2013-02-07 02:10:11 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2013-03-09 08:17:51 +0100 |
commit | d4451d3503e630fa0d70a58dcfc759e07a9017d1 (patch) | |
tree | 292759999e195143c5e0321ce82f36d19ee4c7fc /board/a3m071/README | |
parent | b4dc0bddbf1bfa8697ae888d472c25d82d52dc95 (diff) | |
download | u-boot-imx-d4451d3503e630fa0d70a58dcfc759e07a9017d1.zip u-boot-imx-d4451d3503e630fa0d70a58dcfc759e07a9017d1.tar.gz u-boot-imx-d4451d3503e630fa0d70a58dcfc759e07a9017d1.tar.bz2 |
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>
Diffstat (limited to 'board/a3m071/README')
-rw-r--r-- | board/a3m071/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/a3m071/README b/board/a3m071/README index 7698614..a0fe832 100644 --- a/board/a3m071/README +++ b/board/a3m071/README @@ -62,7 +62,7 @@ the following command: All this can be integrated into an environment command: => setenv upd_fdt 'tftp 1800000 a3m071/a3m071.dtb;run mtdargs addip2 addtty; \ - fdt addr 1800000;fdt boardsetup;erase fc060000 fc07ffff; \ + fdt addr 1800000;fdt boardsetup;fdt chosen;erase fc060000 fc07ffff; \ cp.b 1800000 fc060000 10000' => saveenv |