Hi, Yes its pre patched. Contains new boards and latest changes which will be mainlined.
Regards, Sandeep Sheriker M > -----Original Message----- > From: John Crispin [mailto:j...@phrozen.org] > Sent: Monday, April 2, 2018 10:19 PM > To: Sandeep Sheriker Mallikarjun - C17018 > <sandeepsheriker.mallikar...@microchip.com>; lede- > d...@lists.infradead.org > Subject: Re: [LEDE-DEV] [PATCH 03/12] uboot-at91: fetch uboot src from u- > boot-at91 github > > > > On 02/04/18 18:34, Sandeep Sheriker Mallikarjun wrote: > > fetching uboot src from linux4sam/u-boot-at91 github for all at91 > > target. > > > > Signed-off-by: Sandeep Sheriker Mallikarjun > > <sandeepsheriker.mallikar...@microchip.com> > > Hi, > Whats the difference between these uboots ? I am guessing its pre-patched > ? > John > > --- > > package/boot/uboot-at91/Makefile | 17 +++++++++++------ > > 1 file changed, 11 insertions(+), 6 deletions(-) > > > > diff --git a/package/boot/uboot-at91/Makefile > > b/package/boot/uboot-at91/Makefile > > index cad12ec..27b113e 100644 > > --- a/package/boot/uboot-at91/Makefile > > +++ b/package/boot/uboot-at91/Makefile > > @@ -7,10 +7,12 @@ > > > > include $(TOPDIR)/rules.mk > > > > -PKG_VERSION:=2016.05 > > +PKG_VERSION:=linux4sam_5.8 > > PKG_RELEASE:=1 > > > > - > PKG_HASH:=87d02275615aaf0cd007b54cbe9fbadceef2bee7c79e6c323ea1ae8 > 956d > > cb171 > > +PKG_SOURCE_PROTO:=git > > +PKG_SOURCE_URL:=https://github.com/linux4sam/u-boot-at91.git > > +PKG_SOURCE_VERSION:=59f202622154f82e708a6ca2bf86350a5c1b2d33 > > > > include $(INCLUDE_DIR)/u-boot.mk > > include $(INCLUDE_DIR)/package.mk > > @@ -30,7 +32,9 @@ endef > > define U-Boot/at91sam9x5ek_nandflash > > NAME:=AT91SAM9X5-EK board (NandFlash) > > BUILD_SUBTARGET:=legacy > > - BUILD_DEVICES:=at91sam9g15ek at91sam9g25ek at91sam9g35ek > > at91sam9x25ek at91sam9x35ek > > + BUILD_DEVICES:=at91sam9g15ek at91sam9g25ek \ > > + at91sam9g35ek at91sam9x25ek \ > > + at91sam9x35ek > > endef > > > > define U-Boot/sama5d3_xplained_nandflash @@ -87,9 +91,10 @@ > > UBOOT_TARGETS := \ > > sama5d4_xplained_nandflash > > > > define Build/Compile > > - +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ > > - CROSS_COMPILE=$(TARGET_CROSS) \ > > - KCFLAGS="$(filter-out -fstack-protector -mfloat-abi=hard, > $(TARGET_CFLAGS)) -mfloat-abi=soft" > > + +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ > > + CROSS_COMPILE=$(TARGET_CROSS) \ > > + KCFLAGS="$(filter-out -fstack-protector \ > > + -mfloat-abi=hard, $(TARGET_CFLAGS)) -mfloat-abi=soft" > > endef > > > > $(eval $(call BuildPackage/U-Boot)) _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev