Revision 5c72c343719a8c5dba675cd1b27b63c06bfe23d1 authored by Eugene Surovegin on 01 December 2005, 08:51:17 UTC, committed by Linus Torvalds on 01 December 2005, 23:48:56 UTC
Correctly specify treeboot based image entrypoint.  Currently makefile uses
$(ENTRYPOINT) which isn't defined anywhere.  Each board port sets
entrypoint-$(CONFIG_BOARD_NAME) instead.

Without this patch I cannot boot Ocotea (PPC440GX eval board) anymore.  I
was getting random "OS panic" errors from OpenBIOS for a while, but with
current kernel I get them all the time (probably because image became
bigger).

Signed-off-by: Eugene Surovegin <ebs@ebshome.net>
Acked-by: Tom Rini <trini@kernel.crashing.org>
Cc: Matt Porter <mporter@kernel.crashing.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 42ea0d0
History
File Mode Size
Kconfig -rw-r--r-- 468 bytes
Kconfig.iosched -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 287 bytes
as-iosched.c -rw-r--r-- 49.2 KB
cfq-iosched.c -rw-r--r-- 58.1 KB
deadline-iosched.c -rw-r--r-- 20.8 KB
elevator.c -rw-r--r-- 17.8 KB
genhd.c -rw-r--r-- 16.9 KB
ioctl.c -rw-r--r-- 6.6 KB
ll_rw_blk.c -rw-r--r-- 91.5 KB
noop-iosched.c -rw-r--r-- 2.6 KB
scsi_ioctl.c -rw-r--r-- 14.0 KB

back to top