From 01623627a292fbd9dc62e05489153d7f1add7061 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Tue, 10 Feb 2015 23:26:34 +0800 Subject: nios2: Add support for compressed kernel Signed-off-by: Ley Foon Tan --- arch/nios2/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch/nios2/Kconfig') diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig index 2361acf6d2b1..f77991ecfd8e 100644 --- a/arch/nios2/Kconfig +++ b/arch/nios2/Kconfig @@ -134,6 +134,14 @@ config NIOS2_PASS_CMDLINE will override "Default kernel command string". Say N if you are unsure. +config NIOS2_BOOT_LINK_OFFSET + hex "Link address offset for booting" + default "0x00500000" + help + This option allows you to set the link address offset of the zImage. + This can be useful if you are on a board which has a small amount of + memory. + endmenu menu "Advanced setup" -- cgit v1.2.3-59-g8ed1b