diff options
author | John Crispin <john@openwrt.org> | 2014-11-24 19:12:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-24 19:12:46 +0000 |
commit | b994aca1e4893b513cd7a853ee7e57db505c1097 (patch) | |
tree | 2f5705886c8039051a1eda8910c012d53b1100e5 /target/linux/mpc85xx/image | |
parent | 41f9765acd83ab4d021408b872e1a541f80378ba (diff) | |
download | upstream-b994aca1e4893b513cd7a853ee7e57db505c1097.tar.gz upstream-b994aca1e4893b513cd7a853ee7e57db505c1097.tar.bz2 upstream-b994aca1e4893b513cd7a853ee7e57db505c1097.zip |
mpc85xx: fix missing dts target for kernel 3.14
With kernel 3.14 dts target p1010rdb was renamed to p1010rdb-pa.
To maintain compatibility define p1010rdb-pa as new standard and
copy p1010rdb.dts to p1010rdb-pa.dts under 3.10.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43371
Diffstat (limited to 'target/linux/mpc85xx/image')
-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 0f8373ad52..dcb2620a67 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -21,7 +21,7 @@ endef zImage:=$(BIN_DIR)/$(IMG_PREFIX)-zImage -DTS_TARGETS = mpc8548cds_32b p1010rdb tl-wdr4900-v1 p1020rdb +DTS_TARGETS = mpc8548cds_32b p1010rdb-pa tl-wdr4900-v1 p1020rdb BOOT_IMAGES:=zImage cuImage.tl-wdr4900-v1 define Image/Prepare |