]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
README: Describe CONFIG_SYS_NO_FLASH
authorChris Packham <judge.packham@gmail.com>
Fri, 19 Jun 2015 08:25:59 +0000 (20:25 +1200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:53 +0000 (00:42 +0200)
commitf5ddfd14ae2aee41fc8f31dd0412c71ff4f23c0f
tree7ba267ec4614aa2a6f68cf85540f024cd71e4090
parent2c293c75ab1887f3814ff4604795842da98fcc0a
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>
README