]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cramfs: fix bug in using CONFIG_CRAMFS_CMDLINE
authorHeiko Schocher <hs@denx.de>
Tue, 3 May 2011 02:15:01 +0000 (02:15 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 10 May 2011 20:46:56 +0000 (22:46 +0200)
commitee8bc961a47563b0e6f92f3843959304a19412dc
tree464714fcba1d7ae9facf9c05c8472e939b4b1a69
parent8c65b8a937c3d717c2507e4d8ed600ec664dbf43
cramfs: fix bug in using CONFIG_CRAMFS_CMDLINE

do not define own flash_info variable, instead use
the flash_info variable defined in your flash driver.

Signed-off-by: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
cc: Detlev Zundel <dzu@denx.de>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
common/cmd_cramfs.c