diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-27 04:32:22 (GMT) |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-13 19:56:39 (GMT) |
commit | a641b9794bc240b272008edf0309eb9dc9187bbc (patch) | |
tree | 887d56c7c127ea04438d4cc1ebf7816ff428ee13 /README | |
parent | 0c79cda01b75e2f263ec4a5dd81f693b37392ea9 (diff) | |
download | u-boot-a641b9794bc240b272008edf0309eb9dc9187bbc.tar.xz |
make `go` optional
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -644,6 +644,7 @@ The following options need to be configured: CONFIG_CMD_FDOS * Dos diskette Support CONFIG_CMD_FLASH flinfo, erase, protect CONFIG_CMD_FPGA FPGA device initialization support + CONFIG_CMD_GO * the 'go' command (exec code) CONFIG_CMD_HWFLOW * RTS/CTS hw flow control CONFIG_CMD_I2C * I2C serial bus support CONFIG_CMD_IDE * IDE harddisk support |