diff options
author | Ley Foon Tan <lftan@altera.com> | 2015-02-10 10:26:34 -0500 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2015-02-10 10:26:34 -0500 |
commit | 01623627a292fbd9dc62e05489153d7f1add7061 (patch) | |
tree | dd29d173f5499e5dc015e4b8fa2d5575c406bc6f /arch/nios2/Kconfig | |
parent | e8bf5bc776edef44777b13b2eb4461d653519bae (diff) |
nios2: Add support for compressed kernel
Signed-off-by: Ley Foon Tan <lftan@altera.com>
Diffstat (limited to 'arch/nios2/Kconfig')
-rw-r--r-- | arch/nios2/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
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 | |||
134 | will override "Default kernel command string". | 134 | will override "Default kernel command string". |
135 | Say N if you are unsure. | 135 | Say N if you are unsure. |
136 | 136 | ||
137 | config NIOS2_BOOT_LINK_OFFSET | ||
138 | hex "Link address offset for booting" | ||
139 | default "0x00500000" | ||
140 | help | ||
141 | This option allows you to set the link address offset of the zImage. | ||
142 | This can be useful if you are on a board which has a small amount of | ||
143 | memory. | ||
144 | |||
137 | endmenu | 145 | endmenu |
138 | 146 | ||
139 | menu "Advanced setup" | 147 | menu "Advanced setup" |