* [U-Boot] [PATCH] update the MIPS u-boot.lds @ 2010-08-02 15:30 Xiangfu Liu 2010-08-03 11:36 ` Shinya Kuribayashi 0 siblings, 1 reply; 4+ messages in thread From: Xiangfu Liu @ 2010-08-02 15:30 UTC (permalink / raw) To: u-boot From: Xiangfu Liu <xiangfu@sharism.cc> Hi Wolfgang ^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] update the MIPS u-boot.lds 2010-08-02 15:30 [U-Boot] [PATCH] update the MIPS u-boot.lds Xiangfu Liu @ 2010-08-03 11:36 ` Shinya Kuribayashi 2010-08-03 15:29 ` Xiangfu Liu 0 siblings, 1 reply; 4+ messages in thread From: Shinya Kuribayashi @ 2010-08-03 11:36 UTC (permalink / raw) To: u-boot Thanks for following-up, On 08/03/2010 12:30 AM, Xiangfu Liu wrote: > From: Xiangfu Liu <xiangfu@sharism.cc> > > Hi Wolfgang No greetings in the longlog, please. Such comments, supplements are to go below the three-dashes (---): >>From the document, if set all arguments in "OUTPUT_FORMAT" > to "tradbigmips", then even add "-EL" to gcc we still get > EB format. > > Signed-off-by: Xiangfu Liu <xiangfu@openmobilefree.net> > --- (Here...) > board/dbau1x00/u-boot.lds | 2 +- > board/gth2/u-boot.lds | 2 +- > board/incaip/u-boot.lds | 2 +- > board/pb1x00/u-boot.lds | 2 +- > board/purple/u-boot.lds | 2 +- > board/qemu-mips/u-boot.lds | 2 +- > examples/standalone/mips.lds | 2 +- > 7 files changed, 7 insertions(+), 7 deletions(-) [snip] > diff --git a/board/pb1x00/u-boot.lds b/board/pb1x00/u-boot.lds > index 9a6cd1b..3c4fbe3 100644 > --- a/board/pb1x00/u-boot.lds > +++ b/board/pb1x00/u-boot.lds > @@ -24,7 +24,7 @@ > /* > OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-bigmips") > */ > -OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradbigmips") > +OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradlittlemips") > OUTPUT_ARCH(mips) > ENTRY(_start) > SECTIONS According to MAKEALL script, pb1000_config is only used in Little- endian, so its default endian should be set to LE as well. I too missed this point in my previous patch. With fixing above nits, feel free to add: Acked-by: Shinya Kuribayashi <skuribay@pobox.com> Wolfgang: Could you take care of this patch (hopefully revised one) directly into your master. The fix is obvious. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] update the MIPS u-boot.lds 2010-08-03 11:36 ` Shinya Kuribayashi @ 2010-08-03 15:29 ` Xiangfu Liu 2010-08-04 1:06 ` Shinya Kuribayashi 0 siblings, 1 reply; 4+ messages in thread From: Xiangfu Liu @ 2010-08-03 15:29 UTC (permalink / raw) To: u-boot Hi Shinya On 08/03/2010 07:36 PM, Shinya Kuribayashi wrote: > Aconfccording to MAKEALL script, pb1000_ig is only used in Little- > endian, so its default endian should be set to LE as well. I too > missed this point in my previous patch. > thanks. > With fixing above nits, feel free to add: > > Acked-by: Shinya Kuribayashi<skuribay@pobox.com> > (by the way. I manually added this line to email. is the another way to add "Acked-by" like "Signed-off-by" is "-s") -- Best Regards Xiangfu Liu http://www.openmobilefree.net ^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] update the MIPS u-boot.lds 2010-08-03 15:29 ` Xiangfu Liu @ 2010-08-04 1:06 ` Shinya Kuribayashi 0 siblings, 0 replies; 4+ messages in thread From: Shinya Kuribayashi @ 2010-08-04 1:06 UTC (permalink / raw) To: u-boot On 08/04/2010 12:29 AM, Xiangfu Liu wrote: > On 08/03/2010 07:36 PM, Shinya Kuribayashi wrote: >> Aconfccording to MAKEALL script, pb1000_ig is only used in Little- >> endian, so its default endian should be set to LE as well. I too >> missed this point in my previous patch. > > thanks. You still forgot to fix this part: | No greetings in the longlog, please. Such comments, supplements are | to go below the three-dashes (---): In other words, please remove "Hi Wolfgang" line, and in this case "v1:" and "v2:" at the same time. The resulting longlog would be like this: <longlog> ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-08-04 1:06 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-08-02 15:30 [U-Boot] [PATCH] update the MIPS u-boot.lds Xiangfu Liu 2010-08-03 11:36 ` Shinya Kuribayashi 2010-08-03 15:29 ` Xiangfu Liu 2010-08-04 1:06 ` Shinya Kuribayashi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox