]> git.ipfire.org Git - people/ms/u-boot.git/commit
arc: get rid of running_on_hw
authorAlexey Brodkin <abrodkin@synopsys.com>
Sat, 20 Feb 2016 08:30:19 +0000 (11:30 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Mon, 11 Apr 2016 17:20:30 +0000 (10:20 -0700)
commit8b15010b1fc6a0da76db0b5d96d12ffe69990dbe
tree7a3b8333d5e008e4d9b64f8a1267f15809b81f0f
parent9dbdc6ebd4db60effebefcf8d541cf598712e3b7
arc: get rid of running_on_hw

ISS is obsolete now and nSIM is used for simulation instead.
In its turn nSIM properly handles baud-rate settings so get rid
of now useless check.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/include/asm/global_data.h
arch/arc/lib/cpu.c
drivers/serial/serial_arc.c