diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:49:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:49:52 +0000 |
commit | 630fffbeadd5a34927ad8428cd8d1aa881e80a76 (patch) | |
tree | 71046b386b500db527a7cfac6ba0ce0f692b820e /target | |
parent | a2529eab2be89fa2e1cdc23b395c9c706417623e (diff) | |
download | upstream-630fffbeadd5a34927ad8428cd8d1aa881e80a76.tar.gz upstream-630fffbeadd5a34927ad8428cd8d1aa881e80a76.tar.bz2 upstream-630fffbeadd5a34927ad8428cd8d1aa881e80a76.zip |
mpc85xx: fix dts name for P1010RDB
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35442
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index d0ba2d1d62..bea44419e1 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -DTS_TARGETS = mpc8548cds pb1010rdb +DTS_TARGETS = mpc8548cds p1010rdb define Image/Prepare cp $(LINUX_DIR)/arch/powerpc/boot/zImage $(KDIR)/zImage |