Skip to content
Snippets Groups Projects
Commit 88f9faff authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: add clkin_hz= to default kernel command line for ADI boards

parent 9f64ba24
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,7 @@ ...@@ -110,6 +110,7 @@
#endif #endif
#define CONFIG_BOOTARGS \ #define CONFIG_BOOTARGS \
"root=/dev/mtdblock0 rw " \ "root=/dev/mtdblock0 rw " \
"clkin_hz=" MK_STR(CONFIG_CLKIN_HZ) " " \
"earlyprintk=" \ "earlyprintk=" \
"serial," \ "serial," \
"uart" MK_STR(CONFIG_UART_CONSOLE) "," \ "uart" MK_STR(CONFIG_UART_CONSOLE) "," \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment