s390/boot: do not change default_lma
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 15 Mar 2023 09:19:57 +0000 (10:19 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 13 Apr 2023 15:36:27 +0000 (17:36 +0200)
commita1d2d9cbaf0512451471705264bee7b3f50d4c29
treefddf34b1c42cc9745a0d3edc122853b45817500a
parent26300860c2be489fa8c919e55fba28fa782cbb1e
s390/boot: do not change default_lma

The current modification of the default_lma is illogical and should be
avoided. It would be more appropriate to introduce and utilize a new
variable vmlinux_lma instead, so that default_lma remains unchanged and
at its original "default" value of 0x100000.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/startup.c