commit | a1d2d9cbaf0512451471705264bee7b3f50d4c29 | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Wed Mar 15 10:19:57 2023 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Thu Apr 13 17:36:27 2023 +0200 |
tree | fddf34b1c42cc9745a0d3edc122853b45817500a | |
parent | 26300860c2be489fa8c919e55fba28fa782cbb1e [diff] |
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>