Re: [U-Boot] [PATCH v9 0/2] SPL: Add support to boot a partition type

2017-02-13 Thread Tom Rini
On Mon, Feb 13, 2017 at 02:01:23PM -0800, Dalon Westergreen wrote: > On Sat, 2017-02-11 at 04:41 +0100, Marek Vasut wrote: > > On 02/11/2017 02:15 AM, Dalon Westergreen wrote: > > > > > > This adds support for the spl to seach for and boot from an arbitrary > > > partition type rather then a

Re: [U-Boot] [PATCH v9 0/2] SPL: Add support to boot a partition type

2017-02-13 Thread Dalon Westergreen
On Sat, 2017-02-11 at 04:41 +0100, Marek Vasut wrote: > On 02/11/2017 02:15 AM, Dalon Westergreen wrote: > > > > This adds support for the spl to seach for and boot from an arbitrary > > partition type rather then a specific partition number.  When > > USE_PARTITION_TYPE is enabled, spl will

Re: [U-Boot] [PATCH v9 0/2] SPL: Add support to boot a partition type

2017-02-10 Thread Marek Vasut
On 02/11/2017 02:15 AM, Dalon Westergreen wrote: > This adds support for the spl to seach for and boot from an arbitrary > partition type rather then a specific partition number. When > USE_PARTITION_TYPE is enabled, spl will search for the partition type but > fallback to the specified partition

[U-Boot] [PATCH v9 0/2] SPL: Add support to boot a partition type

2017-02-10 Thread Dalon Westergreen
This adds support for the spl to seach for and boot from an arbitrary partition type rather then a specific partition number. When USE_PARTITION_TYPE is enabled, spl will search for the partition type but fallback to the specified partition number. SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION is moved