commit | 2216ddba043da201fdfff3b1c076392f787857be | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Fri Jun 19 20:25:59 2015 +1200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 19 16:46:50 2015 -0400 |
tree | 1c8d74dc492181409795c1c82c23a9d41e832257 | |
parent | 9f15067b9b0ce6d1380e43002eb4475adceeacbf [diff] |
README: Describe CONFIG_SYS_NO_FLASH Unlike most configuration options defining this actually disables support for a feature (parallel flash). Eventually the logic behind this should probably be flipped so that '#ifndef CONFIG_SYS_NO_FLASH' becomes '#ifdef CONFIG_HAS_PARALLEL_FLASH' but for now lets document the existing behaviour. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>