diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-01-05 10:39:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-01-05 10:39:03 +0000 |
commit | 3db174e41e410814e2dc59580f8c46865da991f8 (patch) | |
tree | 6b15c3f3f81ba52cdb996967d8ec4b885fd2c249 /target/linux/avr32 | |
parent | 9be7e1723fc8940cd03617dc944f06cc4edee207 (diff) | |
download | upstream-3db174e41e410814e2dc59580f8c46865da991f8.tar.gz upstream-3db174e41e410814e2dc59580f8c46865da991f8.tar.bz2 upstream-3db174e41e410814e2dc59580f8c46865da991f8.zip |
upgrade avr32 to 2.6.28
SVN-Revision: 13872
Diffstat (limited to 'target/linux/avr32')
-rw-r--r-- | target/linux/avr32/Makefile | 2 | ||||
-rw-r--r-- | target/linux/avr32/config-default | 5 | ||||
-rw-r--r-- | target/linux/avr32/patches/100-remove_build-id.patch | 11 |
3 files changed, 6 insertions, 12 deletions
diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile index 3811f33aa1..9baae6fcd4 100644 --- a/target/linux/avr32/Makefile +++ b/target/linux/avr32/Makefile @@ -10,7 +10,7 @@ ARCH:=avr32 BOARD:=avr32 BOARDNAME:=Atmel AVR32 FEATURES:=squashfs -LINUX_VERSION:=2.6.27.10 +LINUX_VERSION:=2.6.28 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/avr32/config-default b/target/linux/avr32/config-default index 7650a1294b..e8ebea5512 100644 --- a/target/linux/avr32/config-default +++ b/target/linux/avr32/config-default @@ -18,8 +18,11 @@ CONFIG_ATMEL_TCLIB=y CONFIG_AVR32=y CONFIG_BASE_SMALL=0 CONFIG_BITREVERSE=y +# CONFIG_BOARD_ATNGW100_EVKLCD10X is not set CONFIG_BOARD_ATNGW100=y # CONFIG_BOARD_ATSTK1000 is not set +# CONFIG_BOARD_FAVR_32 is not set +# CONFIG_BOARD_MIMC200 is not set # CONFIG_BROADCOM_PHY is not set # CONFIG_BT is not set CONFIG_CLASSIC_RCU=y @@ -96,6 +99,8 @@ CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_COMPLEX_MAPPINGS is not set # CONFIG_MTD_CONCAT is not set CONFIG_MTD_DATAFLASH=y +# CONFIG_MTD_DATAFLASH_OTP is not set +# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set CONFIG_MTD_GEN_PROBE=y # CONFIG_MTD_JEDECPROBE is not set CONFIG_MTD_MAP_BANK_WIDTH_1=y diff --git a/target/linux/avr32/patches/100-remove_build-id.patch b/target/linux/avr32/patches/100-remove_build-id.patch deleted file mode 100644 index 1125d557a2..0000000000 --- a/target/linux/avr32/patches/100-remove_build-id.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/avr32/boot/images/Makefile -+++ b/arch/avr32/boot/images/Makefile -@@ -10,7 +10,7 @@ MKIMAGE := $(srctree)/scripts/mkuboot.s - - extra-y := vmlinux.bin vmlinux.gz - --OBJCOPYFLAGS_vmlinux.bin := -O binary -+OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id - $(obj)/vmlinux.bin: vmlinux FORCE - $(call if_changed,objcopy) - |