Skip to content
Snippets Groups Projects
Commit d7a679a0 authored by Sandeep Sheriker Mallikarjun's avatar Sandeep Sheriker Mallikarjun Committed by John Crispin
Browse files

at91: Install zImage.


Installing zImage to bin folder of device target.

Signed-off-by: default avatarSandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
parent feb19072
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,15 @@ define Device/evaluation
IMAGE/root.ubi := append-ubi
endef
define Device/evaluation-zImage
IMAGES += zImage
IMAGE/zImage := install-zImage
endef
define Device/evaluation-dtb
$(Device/evaluation)
$(Device/dtb)
$(Device/evaluation-zImage)
IMAGES += dtb
IMAGE/dtb := install-dtb
endef
......
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