Re: [U-Boot] [UBOOT PATCH] env: mmc: Fix misaligned buffer address when saving envvars to FAT

2018-05-17 Thread Vipul Kumar
; Siva Durga Prasad Paladugu > <siva...@xilinx.com> > Subject: Re: [U-Boot] [UBOOT PATCH] env: mmc: Fix misaligned buffer > address when saving envvars to FAT > > On Thu, May 17, 2018 at 8:46 AM Vipul Kumar <vipul.ku...@xilinx.com> > wrote: > > &g

Re: [U-Boot] [UBOOT PATCH] env: mmc: Fix misaligned buffer address when saving envvars to FAT

2018-05-17 Thread Alex Kiernan
On Thu, May 17, 2018 at 8:46 AM Vipul Kumar wrote: > From: Gary Mussar > When doing a u-boot saveenv with the environment in FAT we see the > following warning: > ZynqMP> saveenv > Saving Environment to FAT... > writing uboot.env > FAT: Misaligned

[U-Boot] [UBOOT PATCH] env: mmc: Fix misaligned buffer address when saving envvars to FAT

2018-05-17 Thread Vipul Kumar
From: Gary Mussar When doing a u-boot saveenv with the environment in FAT we see the following warning: ZynqMP> saveenv Saving Environment to FAT... writing uboot.env FAT: Misaligned buffer address (7deb9b60) done This can be eliminated by aligning the environment to