@ -728,7 +728,7 @@ DO_STATIC_RELA =
e n d i f
e n d i f
# Always append ALL so that arch config.mk's can add custom ones
# Always append ALL so that arch config.mk's can add custom ones
ALL-y += u-boot.srec u-boot.bin System.map binary_size_check
ALL-y += u-boot.srec u-boot.bin System.map u-boot.cfg binary_size_check
ALL-$(CONFIG_ONENAND_U_BOOT) += u-boot-onenand.bin
ALL-$(CONFIG_ONENAND_U_BOOT) += u-boot-onenand.bin
i f e q ( $( CONFIG_SPL_FSL_PBL ) , y )
i f e q ( $( CONFIG_SPL_FSL_PBL ) , y )
@ -870,6 +870,11 @@ ifndef CONFIG_SYS_UBOOT_START
CONFIG_SYS_UBOOT_START := 0
CONFIG_SYS_UBOOT_START := 0
e n d i f
e n d i f
# Create a file containing the configuration options the image was built with
quiet_cmd_cpp_cfg = CFG $@
cmd_cpp_cfg = $( CPP) -Wp,-MD,$( depfile) $( cpp_flags) $( LDPPFLAGS) -ansi \
-D__ASSEMBLY__ -x assembler-with-cpp -P -dM -E -o $@ $<
MKIMAGEFLAGS_u-boot.img = -A $( ARCH) -T firmware -C none -O u-boot \
MKIMAGEFLAGS_u-boot.img = -A $( ARCH) -T firmware -C none -O u-boot \
-a $( CONFIG_SYS_TEXT_BASE) -e $( CONFIG_SYS_UBOOT_START) \
-a $( CONFIG_SYS_TEXT_BASE) -e $( CONFIG_SYS_UBOOT_START) \
-n " U-Boot $( UBOOTRELEASE) for $( BOARD) board "
-n " U-Boot $( UBOOTRELEASE) for $( BOARD) board "
@ -900,6 +905,9 @@ u-boot.sha1: u-boot.bin
u-boot.dis : u -boot
u-boot.dis : u -boot
$( OBJDUMP) -d $< > $@
$( OBJDUMP) -d $< > $@
u-boot.cfg : include /config .h
$( call if_changed,cpp_cfg)
i f d e f C O N F I G _ T P L
i f d e f C O N F I G _ T P L
SPL_PAYLOAD := tpl/u-boot-with-tpl.bin
SPL_PAYLOAD := tpl/u-boot-with-tpl.bin
e l s e
e l s e