commit | 4b85fb16b9bfe8a8b948f8022eae2825a6b46089 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Sep 22 00:27:38 2015 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Sep 25 00:27:54 2015 +0900 |
tree | 636ba55e1dc0e35b0ed56baad1c29c446c8e5d5c | |
parent | c7432491be02b49a782cf96401cd13788c8daab5 [diff] |
ARM: uniphier: remove kernel parameter settings from environment Currently, console=ttyS0 is hard-coded in CONFIG_EXTRA_ENV_SETTINGS and it replaces the bootargs in the chosen node of the device tree passed to the kernel. This is not preferable because I am going to add some boards whose console is not ttyS0. Drop bootargs settings from U-Boot's environment and use the one in device tree by default. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>