I have made the following changes intended for : CE:Adaptation:PandaBoard / u-boot-omap4panda
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/8435 Thank You, Simonas [This message was auto-generated] --- Request # 8435: Messages from BOSS: State: review at 2013-03-15T18:42:06 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sledge:nemo:devel:hw:ti:omap4:pandaboard / u-boot-omap4panda -> CE:Adaptation:PandaBoard / u-boot-omap4panda changes files: -------------- --- u-boot-omap4panda.changes +++ u-boot-omap4panda.changes @@ -0,0 +1,4 @@ +* Fri Mar 15 2013 Simonas Leleiva <[email protected]> - 2012.04 +- Package MLO in, as it is more compatible than x-loader's. + x-loader should not be used anymore + spec files: ----------- --- u-boot-omap4panda.spec +++ u-boot-omap4panda.spec @@ -82,6 +82,7 @@ gzip %{buildroot}%{_mandir}/man1/* install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin install -D -m 0644 u-boot.map %{buildroot}/boot/u-boot.map +install -D -m 0644 MLO %{buildroot}/boot/MLO %{buildroot}%{_bindir}/mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Panda SD Boot" -d %{SOURCE1} %{buildroot}/boot/boot.scr # << install post @@ -92,6 +93,7 @@ /boot/u-boot.bin /boot/u-boot.map /boot/boot.scr +/boot/MLO # << files %files doc other changes: --------------
