diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-04 11:42:49 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-04 11:42:49 +0000 |
commit | 0f12854d021bae307b61da13597995fe4fb7b37d (patch) | |
tree | 9bd0e150a2e9ee42bc0eab0630200871917ba781 /target/linux/s3c24xx/Makefile | |
parent | 64fbade9399c6413439be939f0c92ebb2724ee87 (diff) | |
download | upstream-0f12854d021bae307b61da13597995fe4fb7b37d.tar.gz upstream-0f12854d021bae307b61da13597995fe4fb7b37d.tar.bz2 upstream-0f12854d021bae307b61da13597995fe4fb7b37d.zip |
change boardnames
SVN-Revision: 15582
Diffstat (limited to 'target/linux/s3c24xx/Makefile')
-rw-r--r-- | target/linux/s3c24xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile index 705ceb0cb2..c5a4a94509 100644 --- a/target/linux/s3c24xx/Makefile +++ b/target/linux/s3c24xx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=s3c24xx -BOARDNAME:=s3c24xx +BOARDNAME:=Samsung S3C24xx FEATURES:=jffs2 CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time |