diff options
author | Joe Hamman <joe.hamman@embeddedspecialties.com> | 2007-12-13 06:45:08 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-01-09 16:25:03 -0600 |
commit | 11c45ebd46d6517b51b7a92dd52a618b2f4e5586 (patch) | |
tree | 4784746cc6826f16419d43cd843505ed2e5ec2b9 /Makefile | |
parent | 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594 (diff) | |
download | u-boot-11c45ebd46d6517b51b7a92dd52a618b2f4e5586.tar.gz u-boot-11c45ebd46d6517b51b7a92dd52a618b2f4e5586.tar.xz u-boot-11c45ebd46d6517b51b7a92dd52a618b2f4e5586.zip |
mpc85xx: Add support for SBC8548 (updated)
Add support for Wind River's SBC8548 reference board.
Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
Signed-off by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2025,6 +2025,9 @@ sbc8540_66_config: unconfig fi @$(MKCONFIG) -a SBC8540 ppc mpc85xx sbc8560 +sbc8548_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc85xx sbc8548 + sbc8560_config \ sbc8560_33_config \ sbc8560_66_config: unconfig |