From: Haavard Skinnemoen Date: Mon, 30 Apr 2007 15:15:46 +0000 (+0200) Subject: [AVR32] Use correct config symbol when setting cpuflags X-Git-Tag: v2.6.22-rc1~148^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c19aa754f32ff1dd7cb8e96454f5eba95c20585e;p=pandora-kernel.git [AVR32] Use correct config symbol when setting cpuflags As Robert P. J. Day pointed out, the CONFIG_CPU_AT32AP7000 symbol wasn't used for anything. It should have been used to select the correct -mcpu= options for CFLAGS. -mcpu=ap7000 is the default anyway, so this patch shouldn't really make any difference, but it's always nice to do things correctly. Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed