Skip to content
Snippets Groups Projects
Commit cda87ec5 authored by Alex Kiernan's avatar Alex Kiernan Committed by Tom Rini
Browse files

Fix misaligned buffer in env_fat_save


When saving the environment on a platform which has DMA alignment
larger than the natural alignment, env_fat_save triggers a debug
message in file_fat_write:

  Saving Environment to FAT... writing uboot.env
  FAT: Misaligned buffer address (9df1c8e0)
  OK

Signed-off-by: default avatarAlex Kiernan <alex.kiernan@gmail.com>
parent f3177d02
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment