diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-08-12 11:13:08 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-08-27 11:43:53 -0500 |
commit | 129ba616b3813dde861f25f3d8a3c47c5c36ad5f (patch) | |
tree | 16a8096c17bd3b04a09070a4176fc51ae53aed4d /Makefile | |
parent | 457caecdbca3df21a93abff19eab12dbc61b7897 (diff) | |
download | u-boot-129ba616b3813dde861f25f3d8a3c47c5c36ad5f.tar.gz u-boot-129ba616b3813dde861f25f3d8a3c47c5c36ad5f.tar.xz u-boot-129ba616b3813dde861f25f3d8a3c47c5c36ad5f.zip |
mpc85xx: Add support for the MPC8572DS reference board
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2265,6 +2265,9 @@ MPC8555CDS_config: unconfig MPC8568MDS_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds freescale +MPC8572DS_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8572ds freescale + PM854_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854 |