public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] README: Device Tree: Add & explain undocumented options.
@ 2016-06-11 12:56 Ahmed Samir Khalil
  2016-06-24 20:47 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmed Samir Khalil @ 2016-06-11 12:56 UTC (permalink / raw)
  To: u-boot

There are no info about these options in the README.
Documenting these options makes getting startup,
configuration & testing easier.

Signed-off-by: Ahmed Samir Khalil <engkhalil86@gmail.com>
---
 README | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README b/README
index 1d0b946..1c9f778 100644
--- a/README
+++ b/README
@@ -1154,6 +1154,14 @@ The following options need to be configured:
 		still use the individual files if you need something more
 		exotic.
 
+		CONFIG_OF_HOSTFILE
+		If this variable is defined, U-Boot will read the device tree
+		from a file on startup. This is only useful for sandbox. You
+		may use either CONFIG_OF_HOSTFILE or CONFIG_OF_CONTROL.
+
+		CONFIG_OF_SPI_FLASH
+		Define to enable setting up a new SPI flash (slave) from an fdt node.
+
 - Watchdog:
 		CONFIG_WATCHDOG
 		If this variable is defined, it enables watchdog
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-24 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-11 12:56 [U-Boot] [PATCH] README: Device Tree: Add & explain undocumented options Ahmed Samir Khalil
2016-06-24 20:47 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox