mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
uImage 4k对齐
This commit is contained in:
@@ -62,7 +62,8 @@ endif
|
||||
quiet_cmd_uimage = UIMAGE $@
|
||||
cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A arm -O linux -T kernel \
|
||||
-C none -a $(LOADADDR) -e $(STARTADDR) \
|
||||
-n 'Linux-$(KERNELRELEASE)' -d $< $@
|
||||
-n 'Linux-$(KERNELRELEASE)' -d $< $@ \
|
||||
&& dd if=$@ of=$@.pad bs=4096 conv=sync 2>/dev/null && mv $@.pad $@
|
||||
|
||||
ifeq ($(CONFIG_ZBOOT_ROM),y)
|
||||
$(obj)/uImage: LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT)
|
||||
|
||||
Reference in New Issue
Block a user