summaryrefslogtreecommitdiffstats
path: root/include/configs/bfin_adi_common.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-09 13:47:39 -0500
committerMike Frysinger <vapier@gentoo.org>2009-03-24 20:36:29 -0400
commit88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad (patch)
treea2934dbda76affde4676efd21d1cb2ebf00a0dd0 /include/configs/bfin_adi_common.h
parent9f64ba2412d3cede9eb1f290987e5c3a28df3232 (diff)
downloadblackbird-obmc-uboot-88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad.tar.gz
blackbird-obmc-uboot-88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad.zip
Blackfin: add clkin_hz= to default kernel command line for ADI boards
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bfin_adi_common.h')
-rw-r--r--include/configs/bfin_adi_common.h1
1 files changed, 1 insertions, 0 deletions
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) "," \
OpenPOWER on IntegriCloud