From: Lothar Waßmann Date: Mon, 28 Sep 2015 08:06:15 +0000 (+0200) Subject: karo: tx51: fix definition of CONFIG_SYS_CPU_CLK_STR X-Git-Tag: KARO-TX6UL-2015-11-30~16^2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=89b719c01cdc18a17782496792d689295ac2b62a karo: tx51: fix definition of CONFIG_SYS_CPU_CLK_STR --- 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" \