Re: [U-Boot] [Patch V2 3/4] arm: da850-evm: Enable MTD Parts

2017-09-01 Thread Jagan Teki
On Fri, Sep 1, 2017 at 9:41 PM, Adam Ford wrote: > There is a discrepency between U-Boot and Linux on the partition map. > This enabes the MTD parts to pass MTD partition information from U-Boot to > Linux. Linux already has a pending patch to enable MTD PARTS in > davinci_all_defconfig > > Signe

[U-Boot] [Patch V2 3/4] arm: da850-evm: Enable MTD Parts

2017-09-01 Thread Adam Ford
There is a discrepency between U-Boot and Linux on the partition map. This enabes the MTD parts to pass MTD partition information from U-Boot to Linux. Linux already has a pending patch to enable MTD PARTS in davinci_all_defconfig Signed-off-by: Adam Ford V2: This patch is new to the series --