mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 18:13:31 +08: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
@ -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 New Issue
Block a user