commit | 5451b777de392043c03626f6cbbc3940c49c3417 | [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 | e6eecca54ffb99ee6877c0e29b0b389a481fcd85 [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>