diff options
author | Ley Foon Tan <lftan@altera.com> | 2015-02-10 01:26:35 +0800 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2015-02-10 23:34:23 +0800 |
commit | ad9e2c36b095683632879536741b346dfbe71ad2 (patch) | |
tree | b9e1f1cc40c9b29ae0d389ae7737a4dde080867c /arch/nios2 | |
parent | 01623627a292fbd9dc62e05489153d7f1add7061 (diff) | |
download | linux-ad9e2c36b095683632879536741b346dfbe71ad2.tar.bz2 |
nios2: default CONFIG_NIOS2_BOOT_LINK_OFFSET to 8MB
Signed-off-by: Ley Foon Tan <lftan@altera.com>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/configs/3c120_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nios2/configs/3c120_defconfig b/arch/nios2/configs/3c120_defconfig index 87541f0a5d6e..9451940678a0 100644 --- a/arch/nios2/configs/3c120_defconfig +++ b/arch/nios2/configs/3c120_defconfig @@ -22,6 +22,7 @@ CONFIG_NIOS2_DCACHE_SIZE=0x8000 CONFIG_NIOS2_ICACHE_SIZE=0x8000 # CONFIG_NIOS2_CMDLINE_IGNORE_DTB is not set CONFIG_NIOS2_PASS_CMDLINE=y +CONFIG_NIOS2_BOOT_LINK_OFFSET=0x00800000 CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y |