]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx51: fix definition of CONFIG_SYS_CPU_CLK_STR
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 28 Sep 2015 08:06:15 +0000 (10:06 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 28 Sep 2015 08:06:15 +0000 (10:06 +0200)
include/configs/tx51.h

index ce827149b96324e0b5aeda1040bc78011130203e..624343f8d27b6346e1f13cd7fcc084554bf55703 100644 (file)
        "mtdids=" MTDIDS_DEFAULT "\0"                                   \
        "mtdparts=" MTDPARTS_DEFAULT "\0"
 #else
        "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"                                                \
 
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "autostart=no\0"                                                \