commit | a63d2ebd40118d07245d149fcd065729e2bef648 | [log] [tgz] |
---|---|---|
author | Stelian Pop <stelian@popies.net> | Wed Mar 26 22:52:35 2008 +0100 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sun Mar 30 21:19:40 2008 +0200 |
tree | 34f060d262bfe8068d3a21f9037802cd25981af3 | |
parent | 9ed17524bc5b6a722981d9c384d0ba218cc72250 [diff] |
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>