[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 an appropriate boun

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 buffer address (7deb9b60) > done > Th

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

2018-05-17 Thread Vipul Kumar
Hi, > -Original Message- > From: Alex Kiernan [mailto:alex.kier...@gmail.com] > Sent: Thursday, May 17, 2018 1:31 PM > To: Vipul Kumar > Cc: u-boot ; gmus...@ciena.com; Michal Simek > ; Siva Durga Prasad Paladugu > > Subject: Re: [U-Boot] [UBOOT PATCH] env: mm