Re: [U-Boot] [PATCH 1/2] mx25pdk: Use generic filesystem commands

2017-10-02 Thread Stefano Babic
On 30/09/2017 03:54, Otavio Salvador wrote: > This rework the board to use the generic filesystem commands instead > of forcing the use of FAT for the boot files. > > Signed-off-by: Otavio Salvador > --- > > configs/mx25pdk_defconfig | 5 +++-- > include/configs/mx25pdk.h | 9 ++--- > 2 fil

[U-Boot] [PATCH 1/2] mx25pdk: Use generic filesystem commands

2017-09-29 Thread Otavio Salvador
This rework the board to use the generic filesystem commands instead of forcing the use of FAT for the boot files. Signed-off-by: Otavio Salvador --- configs/mx25pdk_defconfig | 5 +++-- include/configs/mx25pdk.h | 9 ++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/conf