commit | 880cc4381ea8360248cddcdf87a64566745a5724 | [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 | f1b985f2d724ccaa4d3def07917f0caaf18fa77d [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>