Skip to content

Commit

Permalink
powerpc: make iSeries boot
Browse files Browse the repository at this point in the history
Now that we use the device tree, it helps to build it in.
It helps to links the kernel at the correct address.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Oct 1, 2005
1 parent cabb558 commit eeb2d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ config PPC_BPA

config PPC_OF
bool
depends on PPC_MULTIPLATFORM # for now
depends on PPC_MULTIPLATFORM || PPC_ISERIES
default y

config XICS
Expand Down Expand Up @@ -836,7 +836,7 @@ endmenu
if PPC64
config KERNEL_START
hex
default "0xc0000000"
default "0xc000000000000000"
endif

source "net/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ config BDI_SWITCH

config BOOTX_TEXT
bool "Support for early boot text console (BootX or OpenFirmware only)"
depends PPC_OF
depends PPC_OF && !PPC_ISERIES
help
Say Y here to see progress messages from the boot firmware in text
mode. Requires either BootX or Open Firmware.
Expand Down

0 comments on commit eeb2d21

Please sign in to comment.