diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-12-12 11:03:55 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-12-12 11:03:55 +0000 |
commit | 276a732a779ea00501622e04700fd32ef1ffe95b (patch) | |
tree | f33cd2fde6c03223a7f9b61c1d19fbdcecfc90eb /target/linux/mxs | |
parent | f565e0598dfa5183d70998a968b055ca42a4214c (diff) | |
download | upstream-276a732a779ea00501622e04700fd32ef1ffe95b.tar.gz upstream-276a732a779ea00501622e04700fd32ef1ffe95b.tar.bz2 upstream-276a732a779ea00501622e04700fd32ef1ffe95b.zip |
mxs: make boardname consistent with other targets
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43646
Diffstat (limited to 'target/linux/mxs')
-rw-r--r-- | target/linux/mxs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index 7e5183fb6d..57314819c0 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mxs -BOARDNAME:=Freescale i.MX23/i.MX28 series +BOARDNAME:=Freescale i.MX23/i.MX28 FEATURES:=ext4 rtc usb gpio CPU_TYPE:=arm926ej-s |