Revision ed75d8635abde0c43d26152014e386706475120e authored by Guennadi Liakhovetski on 05 March 2009, 13:25:06 UTC, committed by Kumar Gala on 09 March 2009, 16:10:58 UTC
Defining flash partition table in platform code is deprecated, and due to
recent changes linkstation and storcenter do not compile any more with
their default configurations because of undefined references to
physmap_set_partitions(). Instead of fixing them by using the correct
kernel configuration macro in preprocessor conditional, remove partition
table definitions altogether. Instead add support for partition definition
on the command-line and in device tree to the default configurations.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1 parent 368a121
History
File Mode Size
Kconfig -rw-r--r-- 7.7 KB
Makefile -rw-r--r-- 272 bytes
console.c -rw-r--r-- 1.9 KB
disk.c -rw-r--r-- 20.9 KB
main.c -rw-r--r-- 16.2 KB
power.h -rw-r--r-- 6.4 KB
poweroff.c -rw-r--r-- 1005 bytes
process.c -rw-r--r-- 3.3 KB
snapshot.c -rw-r--r-- 50.7 KB
swap.c -rw-r--r-- 14.7 KB
swsusp.c -rw-r--r-- 9.2 KB
user.c -rw-r--r-- 9.4 KB

back to top