diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-22 22:28:53 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 07:37:03 +0800 |
commit | a54915d8a13ce800645655728a2f203aeda98740 (patch) | |
tree | b78265a3c855d30a49a75c9271ae63cd5bd6e1c8 /include/configs | |
parent | 8f41b8785be20da320a544206f8c6e4f352bc9f4 (diff) | |
download | u-boot-imx-a54915d8a13ce800645655728a2f203aeda98740.zip u-boot-imx-a54915d8a13ce800645655728a2f203aeda98740.tar.gz u-boot-imx-a54915d8a13ce800645655728a2f203aeda98740.tar.bz2 |
nios2: convert altera timer to driver model
Convert altera timer to driver model.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Chin Liang See <clsee@altera.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/nios2-generic.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h index 62f7db9..c65b3b3 100644 --- a/include/configs/nios2-generic.h +++ b/include/configs/nios2-generic.h @@ -26,11 +26,6 @@ #define CONFIG_SYS_CONSOLE_INFO_QUIET /* Suppress console info */ /* - * TIMER - */ -#define CONFIG_SYS_TIMER_RATE CONFIG_SYS_TIMER_FREQ - -/* * BOOTP options */ #define CONFIG_BOOTP_BOOTFILESIZE |