diff mbox

[U-Boot,1/2] arm/fsl-ls: Add CONFIG_OF_STDOUT_VIA_ALIAS

Message ID 1441073150-15143-1-git-send-email-scottwood@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

Scott Wood Sept. 1, 2015, 2:05 a.m. UTC
This will allow OF-based earlycon to be used once the appropriate
aliases are added to the device tree and kernel support is fixed.

Signed-off-by: Scott Wood <scottwood@freescale.com>
---
 include/configs/ls1021aqds.h     | 1 +
 include/configs/ls1021atwr.h     | 1 +
 include/configs/ls2085a_common.h | 1 +
 3 files changed, 3 insertions(+)

Comments

York Sun Oct. 30, 2015, 4:11 p.m. UTC | #1
On 08/31/2015 07:05 PM, Scott Wood wrote:
> This will allow OF-based earlycon to be used once the appropriate
> aliases are added to the device tree and kernel support is fixed.
> 
> Signed-off-by: Scott Wood <scottwood@freescale.com>
> ---

Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks.

York
diff mbox

Patch

diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h
index dfaffa1..a7d12b8 100644
--- a/include/configs/ls1021aqds.h
+++ b/include/configs/ls1021aqds.h
@@ -654,6 +654,7 @@  unsigned long get_board_ddr_clk(void);
 
 #define CONFIG_OF_LIBFDT
 #define CONFIG_OF_BOARD_SETUP
+#define CONFIG_OF_STDOUT_VIA_ALIAS
 #define CONFIG_CMD_BOOTZ
 
 #define CONFIG_MISC_INIT_R
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index 3299a9f..f318162 100644
--- a/include/configs/ls1021atwr.h
+++ b/include/configs/ls1021atwr.h
@@ -496,6 +496,7 @@ 
 
 #define CONFIG_OF_LIBFDT
 #define CONFIG_OF_BOARD_SETUP
+#define CONFIG_OF_STDOUT_VIA_ALIAS
 #define CONFIG_CMD_BOOTZ
 
 #define CONFIG_MISC_INIT_R
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 39fb464..96abb92 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -47,6 +47,7 @@ 
 /* Flat Device Tree Definitions */
 #define CONFIG_OF_LIBFDT
 #define CONFIG_OF_BOARD_SETUP
+#define CONFIG_OF_STDOUT_VIA_ALIAS
 
 /* new uImage format support */
 #define CONFIG_FIT