diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-09 11:54:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-09 11:54:39 -0400 |
commit | a2e76c80d93ec3c59a030b6ca37b9087033565c1 (patch) | |
tree | 812c66bf43cb99e483147c641fe6a3f68e5b4909 /arch/sh/Kconfig | |
parent | 20b27fa33743c6ef77a1248421fab51e8bf21a25 (diff) |
sh: Provide a tighter BOOT_LINK_OFFSET definition for the Cayman board.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 6ed16c4548c9..bca6a2a0759c 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -704,6 +704,7 @@ config ZERO_PAGE_OFFSET | |||
704 | 704 | ||
705 | config BOOT_LINK_OFFSET | 705 | config BOOT_LINK_OFFSET |
706 | hex "Link address offset for booting" | 706 | hex "Link address offset for booting" |
707 | default "0x00400000" if SH_CAYMAN | ||
707 | default "0x00800000" | 708 | default "0x00800000" |
708 | help | 709 | help |
709 | This option allows you to set the link address offset of the zImage. | 710 | This option allows you to set the link address offset of the zImage. |