realtek: don't relocate kernel on HPE 1920 series
This is no longer needed now that the kernel is built with a load address that matches the one hard-coded in the bootloader. Signed-off-by: Jan Hoffmann <jan@3e8.eu>
This commit is contained in:
parent
9ac377d0e0
commit
7c574525ee
2 changed files with 0 additions and 16 deletions
|
@ -71,20 +71,6 @@ define Build/h3c-vfs
|
||||||
mv $@.new $@
|
mv $@.new $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/relocate-kernel
|
|
||||||
rm -rf $@.relocate
|
|
||||||
$(CP) ../../generic/image/relocate $@.relocate
|
|
||||||
$(MAKE) -j1 -C $@.relocate KERNEL_ADDR=$(KERNEL_LOADADDR) LZMA_TEXT_START=0x82000000 \
|
|
||||||
CROSS_COMPILE=$(TARGET_CROSS)
|
|
||||||
( \
|
|
||||||
dd if=$@.relocate/loader.bin bs=32 conv=sync && \
|
|
||||||
perl -e '@s = stat("$@"); print pack("N", @s[7])' && \
|
|
||||||
cat "$@" \
|
|
||||||
) > "$@.new"
|
|
||||||
mv "$@.new" "$@"
|
|
||||||
rm -rf $@.relocate
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Device/Default
|
define Device/Default
|
||||||
PROFILES = Default
|
PROFILES = Default
|
||||||
KERNEL := \
|
KERNEL := \
|
||||||
|
|
|
@ -34,14 +34,12 @@ define Device/hpe_1920
|
||||||
KERNEL := \
|
KERNEL := \
|
||||||
kernel-bin | \
|
kernel-bin | \
|
||||||
append-dtb | \
|
append-dtb | \
|
||||||
relocate-kernel | \
|
|
||||||
7z | \
|
7z | \
|
||||||
h3c-image | \
|
h3c-image | \
|
||||||
h3c-vfs
|
h3c-vfs
|
||||||
KERNEL_INITRAMFS := \
|
KERNEL_INITRAMFS := \
|
||||||
kernel-bin | \
|
kernel-bin | \
|
||||||
append-dtb | \
|
append-dtb | \
|
||||||
relocate-kernel | \
|
|
||||||
7z | \
|
7z | \
|
||||||
h3c-image
|
h3c-image
|
||||||
IMAGE/sysupgrade.bin := \
|
IMAGE/sysupgrade.bin := \
|
||||||
|
|
Loading…
Reference in a new issue