Hi, experts: I found no *.lst file produced in root directory after compiling uboot source code.
In the Makefile in older version uboot souce code:
......
uboot.bin: uboot
$(OBJCOPY) ${OBJCFLAGS} -O binary $< $@
$(OBJDUMP) -d -EL -h -M reg-names-raw --syms
--full-contents -marm $< > uboot.lst
......
I think uboot.lst is very useful .
Best wishes,
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

