]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix CFG_NO_FLASH compilation.
authorStelian Pop <stelian@popies.net>
Wed, 26 Mar 2008 21:52:35 +0000 (22:52 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 30 Mar 2008 19:19:40 +0000 (21:19 +0200)
commit880cc4381ea8360248cddcdf87a64566745a5724
tree34f060d262bfe8068d3a21f9037802cd25981af3
parentf1b985f2d724ccaa4d3def07917f0caaf18fa77d
Fix CFG_NO_FLASH compilation.

Many Atmel boards have no "real" (NOR) flash on board, and rely only
on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
be present in a board configuration file, while still enabling flash
commands like 'flinfo', 'protect', etc.

Signed-off-by: Stelian Pop <stelian@popies.net>
common/cmd_flash.c
common/cmd_mem.c