diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 6afce4da9d..bfe53762c3 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -110,6 +110,7 @@ #endif #define CONFIG_BOOTARGS \ "root=/dev/mtdblock0 rw " \ + "clkin_hz=" MK_STR(CONFIG_CLKIN_HZ) " " \ "earlyprintk=" \ "serial," \ "uart" MK_STR(CONFIG_UART_CONSOLE) "," \