From patchwork Fri Dec 14 23:18:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot] x86: Add mention of the new io command in README Date: Fri, 14 Dec 2012 13:18:41 -0000 From: Simon Glass X-Patchwork-Id: 206593 Message-Id: <1355527121-14133-1-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Cc: Tom Rini Add a short description for this command. Signed-off-by: Simon Glass --- README | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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