|
@@ -556,10 +556,8 @@ GEN_UBOOT = \
|
|
$(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot.map -o u-boot
|
|
$(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot.map -o u-boot
|
|
else
|
|
else
|
|
GEN_UBOOT = \
|
|
GEN_UBOOT = \
|
|
- UNDEF_LST=`$(OBJDUMP) -x $(LIBBOARD) $(LIBS) | \
|
|
|
|
- sed -n -e 's/.*\($(SYM_PREFIX)_u_boot_list_.*\)/-u\1/p'|sort|uniq`;\
|
|
|
|
cd $(LNDIR) && $(LD) $(LDFLAGS) $(LDFLAGS_$(@F)) \
|
|
cd $(LNDIR) && $(LD) $(LDFLAGS) $(LDFLAGS_$(@F)) \
|
|
- $$UNDEF_LST $(__OBJS) \
|
|
|
|
|
|
+ $(__OBJS) \
|
|
--start-group $(__LIBS) --end-group $(PLATFORM_LIBS) \
|
|
--start-group $(__LIBS) --end-group $(PLATFORM_LIBS) \
|
|
-Map u-boot.map -o u-boot
|
|
-Map u-boot.map -o u-boot
|
|
endif
|
|
endif
|
|
@@ -592,11 +590,7 @@ $(SUBDIR_EXAMPLES): $(obj)u-boot
|
|
$(LDSCRIPT): depend
|
|
$(LDSCRIPT): depend
|
|
$(MAKE) -C $(dir $@) $(notdir $@)
|
|
$(MAKE) -C $(dir $@) $(notdir $@)
|
|
|
|
|
|
-# The following line expands into whole rule which generates u-boot.lst,
|
|
|
|
-# the file containing u-boots LG-array linker section. This is included into
|
|
|
|
-# $(LDSCRIPT). The function make_u_boot_list is defined in helper.mk file.
|
|
|
|
-$(eval $(call make_u_boot_list, $(obj)include/u-boot.lst, $(LIBBOARD) $(LIBS)))
|
|
|
|
-$(obj)u-boot.lds: $(LDSCRIPT) $(obj)include/u-boot.lst
|
|
|
|
|
|
+$(obj)u-boot.lds: $(LDSCRIPT)
|
|
$(CPP) $(CPPFLAGS) $(LDPPFLAGS) -ansi -D__ASSEMBLY__ -P - <$< >$@
|
|
$(CPP) $(CPPFLAGS) $(LDPPFLAGS) -ansi -D__ASSEMBLY__ -P - <$< >$@
|
|
|
|
|
|
nand_spl: $(TIMESTAMP_FILE) $(VERSION_FILE) depend
|
|
nand_spl: $(TIMESTAMP_FILE) $(VERSION_FILE) depend
|
|
@@ -832,7 +826,6 @@ clean:
|
|
$(obj)board/matrix_vision/*/bootscript.img \
|
|
$(obj)board/matrix_vision/*/bootscript.img \
|
|
$(obj)board/voiceblue/eeprom \
|
|
$(obj)board/voiceblue/eeprom \
|
|
$(obj)u-boot.lds \
|
|
$(obj)u-boot.lds \
|
|
- $(obj)include/u-boot.lst \
|
|
|
|
$(obj)arch/blackfin/cpu/bootrom-asm-offsets.[chs] \
|
|
$(obj)arch/blackfin/cpu/bootrom-asm-offsets.[chs] \
|
|
$(obj)arch/blackfin/cpu/init.{lds,elf}
|
|
$(obj)arch/blackfin/cpu/init.{lds,elf}
|
|
@rm -f $(obj)include/bmp_logo.h
|
|
@rm -f $(obj)include/bmp_logo.h
|
|
@@ -870,7 +863,7 @@ clobber: tidy
|
|
@rm -f $(obj)nand_spl/{u-boot.{lds,lst},System.map}
|
|
@rm -f $(obj)nand_spl/{u-boot.{lds,lst},System.map}
|
|
@rm -f $(obj)nand_spl/{u-boot-nand_spl.lds,u-boot-spl,u-boot-spl.map}
|
|
@rm -f $(obj)nand_spl/{u-boot-nand_spl.lds,u-boot-spl,u-boot-spl.map}
|
|
@rm -f $(obj)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.map}
|
|
@rm -f $(obj)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.map}
|
|
- @rm -f $(obj)spl/{u-boot-spl.lds,u-boot.lst}
|
|
|
|
|
|
+ @rm -f $(obj)spl/u-boot-spl.lds
|
|
@rm -f $(obj)MLO MLO.byteswap
|
|
@rm -f $(obj)MLO MLO.byteswap
|
|
@rm -f $(obj)SPL
|
|
@rm -f $(obj)SPL
|
|
@rm -f $(obj)tools/xway-swap-bytes
|
|
@rm -f $(obj)tools/xway-swap-bytes
|