hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addr
commitd5fef92f6aa4e3287e5383e87777b20df9ded69c
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Jul 2019 15:18:03 +0000 (22 16:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jul 2019 15:17:56 +0000 (26 16:17 +0100)
tree1e4ff211025df59263cc39c4418f406f28172883
parent0c413ba0d87c1c0444b5aaec050ba86f33409474
hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addr

Rename the elf_low_addr and elf_high_addr variables to image_low_addr
and image_high_addr -- in the next commit we will extend them to
be set for other kinds of image file and not just ELF files.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Message-id: 20190722151804.25467-2-peter.maydell@linaro.org
hw/arm/boot.c