diff mbox

[U-Boot] x86: Add mention of the new io command in README

Message ID 1355527121-14133-1-git-send-email-sjg@chromium.org
State Accepted, archived
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Dec. 14, 2012, 11:18 p.m. UTC
Add a short description for this command.

Signed-off-by: Simon Glass <sjg@chromium.org>
---
 README |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/README b/README
index b5c1c03..6bf678a 100644
--- a/README
+++ b/README
@@ -838,6 +838,7 @@  The following options need to be configured:
 		CONFIG_CMD_IMMAP	* IMMR dump support
 		CONFIG_CMD_IMPORTENV	* import an environment
 		CONFIG_CMD_INI		* import data from an ini file into the env
+		CONFIG_CMD_IO		* x86 IO access
 		CONFIG_CMD_IRQ		* irqinfo
 		CONFIG_CMD_ITEST	  Integer/string test of 2 values
 		CONFIG_CMD_JFFS2	* JFFS2 Support