blob: e09f846ce3bd44406493b6928f8a4398d488cbf6 [file] [log] [blame]
Brad Bishop8e13d792016-06-04 23:10:52 -04001From 809f469b92b9f2248a49f250bc002de0c6bd48f5 Mon Sep 17 00:00:00 2001
2From: Brad Bishop <bradleyb@fuzziesquirrel.com>
3Date: Wed, 8 Jun 2016 14:57:23 -0400
4Subject: [PATCH] Witherspoon OpenBMC configuration
5
6Set default boot arguments for OpenBMC.
7
8Signed-off-by: Brad Bishop <bradleyb@us.ibm.com>
9---
10 include/configs/witherspoon-bmc.h | 3 +++
11 1 file changed, 3 insertions(+)
12
13diff --git a/include/configs/witherspoon-bmc.h b/include/configs/witherspoon-bmc.h
14index f9da307..f0f0ba9 100644
15--- a/include/configs/witherspoon-bmc.h
16+++ b/include/configs/witherspoon-bmc.h
17@@ -91,6 +91,9 @@
18
19 #define CONFIG_SYS_LOAD_ADDR 0x83000000 /* default load address */
20
21+#define CONFIG_BOOTARGS "console=ttyS4,115200 earlyprintk"
22+#define CONFIG_BOOTCOMMAND "bootm 20080000 20300000"
23+
24 #define CONFIG_AST_SPI_NOR /* AST SPI NOR Flash */
25
26 #define CONFIG_FMC_CS 1
27--
282.1.4
29