[U-Boot] [PATCH v3 2/2] config: Tegra: Improve TFTP booting performance

Jim Lin jilin at nvidia.com
Thu Jun 27 11:45:23 CEST 2013


Add CONFIG_USBKB_TESTC_PERIOD configuration if CONFIG_USB_KEYBOARD
is defined in platform configuration file.

Signed-off-by: Jim Lin <jilin at nvidia.com>
---
Changes in v2:
 - None
Changes in v3:
 - Add CONFIG_USBKB_TESTC_PERIOD in include/configs/tegra-common-post.h

 include/configs/tegra-common-post.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index 6ed2fde..ee341ef 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -128,6 +128,7 @@
 #ifdef CONFIG_USB_KEYBOARD
 #define STDIN_KBD_USB ",usbkbd"
 #define CONFIG_SYS_USB_EVENT_POLL
+#define CONFIG_USBKB_TESTC_PERIOD 100
 #define CONFIG_PREBOOT			"usb start"
 #else
 #define STDIN_KBD_USB ""
-- 
1.7.7



More information about the U-Boot mailing list