瀏覽代碼

arm/fsl-ls: Add CONFIG_OF_STDOUT_VIA_ALIAS

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>
Reviewed-by: York Sun <yorksun@freescale.com>
Scott Wood 9 年之前
父節點
當前提交
6b6db0d509
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      include/configs/ls1021aqds.h
  2. 1 0
      include/configs/ls1021atwr.h
  3. 1 0
      include/configs/ls2085a_common.h

+ 1 - 0
include/configs/ls1021aqds.h

@@ -658,6 +658,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

+ 1 - 0
include/configs/ls1021atwr.h

@@ -504,6 +504,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

+ 1 - 0
include/configs/ls2085a_common.h

@@ -46,6 +46,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