From 89b719c01cdc18a17782496792d689295ac2b62a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 28 Sep 2015 10:06:15 +0200 Subject: [PATCH] karo: tx51: fix definition of CONFIG_SYS_CPU_CLK_STR --- include/configs/tx51.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tx51.h b/include/configs/tx51.h index ce827149b9..624343f8d2 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -119,7 +119,7 @@ "mtdids=" MTDIDS_DEFAULT "\0" \ "mtdparts=" MTDPARTS_DEFAULT "\0" #else -#define CONFIG_SYS_CPU_CLK_STR xstr(CONFIG_SYS_MPU_CLK) +#define CONFIG_SYS_CPU_CLK_STR xstr(CONFIG_SYS_CPU_CLK) #define CONFIG_EXTRA_ENV_SETTINGS \ "autostart=no\0" \ -- 2.39.2