Skip to content
Snippets Groups Projects
Commit a8bb8edb authored by Ye Li's avatar Ye Li
Browse files

imx8ulp: Update flash_kernel target loading address


Since u-boot has updated load address to 0x80400000, need to update
it as well for flash_kernel

Signed-off-by: default avatarYe Li <ye.li@nxp.com>
(cherry picked from commit dc4b1e2b)
......@@ -133,7 +133,7 @@ flash_sentinel: $(MKIMG) ahabfw.bin
./$(MKIMG) -soc ULP -c -sentinel ahabfw.bin -out flash.bin
prepare_kernel_chunks: Image
./$(SPLIT_KERNEL) Image 0x80480000 0x700000
./$(SPLIT_KERNEL) Image 0x80400000 0x700000
flash_kernel: $(MKIMG) prepare_kernel_chunks imx8ulp-evk.dtb
KERNEL_CMD="$(shell cat Image_cmd)"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment