提交 1f62bc2d 编写于 作者: W Wolfgang Denk

Add support for TQM8260-AI boards.

上级 0be248fa
......@@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4:
======================================================================
* Add support for TQM8260-AI boards.
* Minor code cleanup
* Merge the new NAND code (testing-NAND brach); see doc/README.nand
......
......@@ -1208,6 +1208,7 @@ TQM8260_AE_config \
TQM8260_AF_config \
TQM8260_AG_config \
TQM8260_AH_config \
TQM8260_AI_config \
TQM8265_AA_config: unconfig
@case "$@" in \
TQM8255_AA_config) CTYPE=MPC8255; CFREQ=300; CACHE=no; BMODE=8260;; \
......@@ -1219,6 +1220,7 @@ TQM8265_AA_config: unconfig
TQM8260_AF_config) CTYPE=MPC8260; CFREQ=300; CACHE=no; BMODE=60x;; \
TQM8260_AG_config) CTYPE=MPC8260; CFREQ=300; CACHE=no; BMODE=8260;; \
TQM8260_AH_config) CTYPE=MPC8260; CFREQ=300; CACHE=yes; BMODE=60x;; \
TQM8260_AI_config) CTYPE=MPC8260; CFREQ=300; CACHE=no; BMODE=60x;; \
TQM8265_AA_config) CTYPE=MPC8265; CFREQ=300; CACHE=no; BMODE=60x;; \
esac; \
>include/config.h ; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册