mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
Blackfin: add clkin_hz= to default kernel command line for ADI boards
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
9f64ba2412
commit
88f9faffb3
1 changed files with 1 additions and 0 deletions
|
@ -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) "," \
|
||||
|
|
Loading…
Reference in a new issue