[U-Boot] [PATCH 20/42] Blackfin: add clkin_hz= to default kernel command line for ADI boards
Mike Frysinger
vapier at gentoo.org
Tue Feb 10 07:20:58 CET 2009
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
include/configs/bfin_adi_common.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h
index b714d32..c89253d 100644
--- a/include/configs/bfin_adi_common.h
+++ b/include/configs/bfin_adi_common.h
@@ -111,6 +111,7 @@
#endif
#define CONFIG_BOOTARGS \
"root=/dev/mtdblock0 rw " \
+ "clkin_hz=" MK_STR(CONFIG_CLKIN_HZ) " " \
"earlyprintk=" \
"serial," \
"uart" MK_STR(CONFIG_UART_CONSOLE) "," \
--
1.6.1.2
More information about the U-Boot
mailing list