diff options
author | Scott Wood <scottwood@freescale.com> | 2015-08-31 21:05:49 -0500 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-10-26 09:09:54 -0700 |
commit | 6b6db0d50905153172f13b7914597a487654af6c (patch) | |
tree | 874d90b3b6e565e356e92e97651dbc3a91993be8 /include/configs/ls2085a_common.h | |
parent | 677f970bc62a661690b3431543d5a5d5e682ba70 (diff) | |
download | u-boot-6b6db0d50905153172f13b7914597a487654af6c.tar.gz |
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>
Diffstat (limited to 'include/configs/ls2085a_common.h')
-rw-r--r-- | include/configs/ls2085a_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index 9c8a8642e5..a918b18379 100644 --- a/include/configs/ls2085a_common.h +++ b/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 |