commit | 99c2b434d37863df5dda5207a53760c6506fc2be | [log] [tgz] |
---|---|---|
author | Marcel Ziswiler <marcel@ziswiler.com> | Sun Jun 22 16:13:46 2008 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Wed Jul 09 17:24:47 2008 -0500 |
tree | 169f8025d06e1c6d4865d64e8a6dd41e119d680b | |
parent | 3167c5386ea1c98b638be5d8763ef6d5938ef1bd [diff] |
NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. The writeenv() and readenv() calls introduced by the recently added bad block management for environment variables were missing casts therefore producing compile time warnings. While at it fixing some typo in a comment and indentation. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Signed-off-by: Scott Wood <scottwood@freescale.com>