From: Vineet Gupta Date: Fri, 18 Jan 2013 09:42:20 +0000 (+0530) Subject: ARC: Build system: Makefiles, Kconfig, Linker script X-Git-Tag: v3.9-rc1~25^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfdbc2e16e65c1ec1c23057640607cee98d1a1bd;p=pandora-kernel.git ARC: Build system: Makefiles, Kconfig, Linker script Arnd in his review pointed out that arch Kconfig organisation has several deficiencies: * Build time entries for things which can be runtime extracted from DT (e.g. SDRAM size, core clk frequency..) * Not multi-platform-image-build friendly (choice .. endchoice constructs) * cpu variants support (750/770) is exclusive. The first 2 have been fixed in subsequent patches. Due to the nature of the 750 and 770, it is not possible to build for both together, w/o special runtime glue code which would hurt performance. Signed-off-by: Vineet Gupta Cc: Arnd Bergmann Cc: Sam Ravnborg Acked-by: Sam Ravnborg --- Reading git-diff-tree failed