s390/boot: move EP_OFFSET and EP_STRING to head.S
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Wed, 21 Jul 2021 14:47:20 +0000 (16:47 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:16 +0000 (09:39 +0200)
commit6a24d4666f4308e7e7f00bbe7e047dae5499a13d
tree2b7b5e41c7980de1a2e132f009a69be929c911a7
parent455cac5028c410345d161344a3860f2a7b636885
s390/boot: move EP_OFFSET and EP_STRING to head.S

Both macros are used only in decompressor's head.S, unnecessary to put
them in a global header used in many places like setup.h is.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/head.S
arch/s390/include/asm/setup.h