diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-07-19 11:30:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-07-19 11:30:27 +0000 |
commit | 6e5921c1f3405ceccf2624a2ed0e531fd45e80c4 (patch) | |
tree | a45558bda08e6583a11fdb821ff039e66501c0b5 /target/linux/ep93xx | |
parent | eb86bf8fe8c2a9c44c7f3a0474c571e569e89101 (diff) | |
download | upstream-6e5921c1f3405ceccf2624a2ed0e531fd45e80c4.tar.gz upstream-6e5921c1f3405ceccf2624a2ed0e531fd45e80c4.tar.bz2 upstream-6e5921c1f3405ceccf2624a2ed0e531fd45e80c4.zip |
fixup some boardnames
SVN-Revision: 22288
Diffstat (limited to 'target/linux/ep93xx')
-rw-r--r-- | target/linux/ep93xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index 8e469d4b32..821df29943 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=ep93xx -BOARDNAME:=Cirrus Logic EP93xx SoC +BOARDNAME:=Cirrus Logic EP93xx FEATURES:=squashfs jffs2 ext2 targz usb CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time |