Skip to content

Commit

Permalink
layerscape: remove unneeded KERNEL_ENTRY_POINT definition
Browse files Browse the repository at this point in the history
As KERNEL_ENTRY_POINT is identical to KERNEL_LOADADDR, drop it.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
  • Loading branch information
sch-m authored and hauke committed Dec 13, 2021
1 parent 2101282 commit 0a94549
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion target/linux/layerscape/image/armv7.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ define Device/Default
KERNEL_INITRAMFS = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
KERNEL_NAME := zImage
KERNEL_LOADADDR := 0x80008000
KERNEL_ENTRY_POINT := 0x80008000
DEVICE_DTS = $(lastword $(subst _, ,$(1)))
IMAGE_SIZE := 64m
IMAGE/sysupgrade.bin = \
Expand Down
1 change: 0 additions & 1 deletion target/linux/layerscape/image/armv8_64b.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ define Device/Default
KERNEL := kernel-bin | gzip | uImage gzip
KERNEL_INITRAMFS = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
KERNEL_LOADADDR := 0x80080000
KERNEL_ENTRY_POINT := 0x80080000
DEVICE_DTS = freescale/$(subst _,-,$(1))
IMAGE_SIZE := 64m
IMAGE/sysupgrade.bin = \
Expand Down

0 comments on commit 0a94549

Please sign in to comment.