From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 10 Jun 2015 15:59:00 +0200 Subject: [U-Boot] [RFC PATCH v1] README: Describe CONFIG_SYS_NO_FLASH In-Reply-To: <1433930781-5358-1-git-send-email-judge.packham@gmail.com> References: <5577E4C6.90400@gmail.com> <1433930781-5358-1-git-send-email-judge.packham@gmail.com> Message-ID: <557842A4.8030107@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10.06.2015 12:06, Chris Packham wrote: > 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' Yes, this should be the ultimate goal. But definitely a quite complex task. > but for now lets document the > existing behaviour. Ack. > Signed-off-by: Chris Packham Reviewed-by: Stefan Roese Thanks, Stefan