mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
powerpc/boot: Add a global entry point for pseries
When entering the boot wrapper in little endian, we will need to fix the endian order using a fixup trampoline like in the kernel. This patch overrides the _zimage_start entry point for this purpose. Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
f16e968499
commit
2d9afb369b
@@ -152,7 +152,7 @@ of)
|
||||
make_space=n
|
||||
;;
|
||||
pseries)
|
||||
platformo="$object/of.o $object/epapr.o"
|
||||
platformo="$object/pseries-head.o $object/of.o $object/epapr.o"
|
||||
link_address='0x4000000'
|
||||
make_space=n
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user