diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2011-08-03 14:44:24 (GMT) |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2011-08-03 14:44:20 (GMT) |
commit | 3a81b171429113ae0af2920f5d4ecfe571230627 (patch) | |
tree | b98d7077bd741b0051d378b315c4d2348b07e822 /arch/s390/kernel/setup.c | |
parent | 34cd551a31cd4e35cd3f9ed9f13bb46b4ee98508 (diff) | |
download | linux-fsl-qoriq-3a81b171429113ae0af2920f5d4ecfe571230627.tar.xz |
[S390] Add support for IBM zEnterprise 114
Just fix up the Kconfig description and the elf platform.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/setup.c')
-rw-r--r-- | arch/s390/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index 18640ff..7b371c3 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -752,6 +752,7 @@ static void __init setup_hwcaps(void) strcpy(elf_platform, "z10"); break; case 0x2817: + case 0x2818: strcpy(elf_platform, "z196"); break; } |