]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/uniphier.h
ARM: uniphier: remove kernel parameter settings from environment
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 21 Sep 2015 15:27:38 +0000 (00:27 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 24 Sep 2015 15:27:54 +0000 (00:27 +0900)
commit5451b777de392043c03626f6cbbc3940c49c3417
tree636ba55e1dc0e35b0ed56baad1c29c446c8e5d5c
parente6eecca54ffb99ee6877c0e29b0b389a481fcd85
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>
include/configs/uniphier.h