From f232950f82d11d411ad29663d98851ac02fd29fb Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Fri, 4 Oct 2013 08:40:05 -0500 Subject: config: remove platform CONFIG_SYS_HZ definition part 2/2 Remove platform CONFIG_SYS_HZ definition for configs a-z*. Signed-off-by: Rob Herring --- include/configs/adp-ag101p.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/configs/adp-ag101p.h') diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index 48afbf4467..ded3f331e8 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -40,12 +40,6 @@ /* * Timer */ - -/* - * According to the discussion in u-boot mailing list before, - * CONFIG_SYS_HZ at 1000 is mandatory. - */ -#define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_CLK_FREQ 39062500 #define VERSION_CLOCK CONFIG_SYS_CLK_FREQ -- cgit v1.2.1