]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT
authorStefan Roese <sr@denx.de>
Tue, 31 Aug 2010 08:04:11 +0000 (10:04 +0200)
committerStefan Roese <sr@denx.de>
Mon, 20 Sep 2010 13:09:00 +0000 (15:09 +0200)
commit3c29975e94eb050fdea1c4299c24f348e50b22a3
tree8b74cce0e08aa3ea7a893a0736267f8fca1b9871
parentca5def3f30860a97cc76453eb846fffbde997035
cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT

Now that the defines are moved to header files we don't need this
conditional compilation any more. Remove it.

Signed-off-by: Stefan Roese <sr@denx.de>
common/cmd_flash.c
drivers/mtd/cfi_mtd.c