Re: [U-Boot] [PATCH v2 1/2] cramfs: fix bug in using CONFIG_CRAMFS_CMDLINE

2011-05-10 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1304424901-17089-1-git-send-email...@denx.de> you wrote: > do not define own flash_info variable, instead use > the flash_info variable defined in your flash driver. > > Signed-off-by: Heiko Schocher > cc: Wolfgang Denk > cc: Detlev Zundel > cc: Valentin Longch

[U-Boot] [PATCH v2 1/2] cramfs: fix bug in using CONFIG_CRAMFS_CMDLINE

2011-05-03 Thread Heiko Schocher
do not define own flash_info variable, instead use the flash_info variable defined in your flash driver. Signed-off-by: Heiko Schocher cc: Wolfgang Denk cc: Detlev Zundel cc: Valentin Longchamp cc: Holger Brunck Signed-off-by: Valentin Longchamp --- changes for v2: - added comments from Wolf