diff options
author | Marek Vasut <marex@denx.de> | 2012-03-31 07:47:16 +0000 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2012-04-19 22:01:13 +0200 |
commit | c8339f51537dbbfa5e4b526f649dc4997c3df3c5 (patch) | |
tree | ba730bbbe93dea3827da109bb64b0ab7b1a84b06 /README | |
parent | ae291b73154686ea34bb9ad5173a1be35b0b68c9 (diff) | |
download | u-boot-imx-c8339f51537dbbfa5e4b526f649dc4997c3df3c5.zip u-boot-imx-c8339f51537dbbfa5e4b526f649dc4997c3df3c5.tar.gz u-boot-imx-c8339f51537dbbfa5e4b526f649dc4997c3df3c5.tar.bz2 |
CMD: Fix typo CMD_FSL -> CMD_MFSL in readme
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: vapier@gentoo.org
Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -814,7 +814,7 @@ The following options need to be configured: CONFIG_CMD_TIME * run command and report execution time CONFIG_CMD_USB * USB support CONFIG_CMD_CDP * Cisco Discover Protocol support - CONFIG_CMD_FSL * Microblaze FSL support + CONFIG_CMD_MFSL * Microblaze FSL support EXAMPLE: If you want all functions except of network |