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 @@
#endif
#define CONFIG_BOOTARGS \
"root=/dev/mtdblock0 rw " \
"clkin_hz=" MK_STR(CONFIG_CLKIN_HZ) " " \
"earlyprintk=" \
"serial," \
"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