]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd_bdinfo: check for CONFIG_ARC instead of CONFIG_ARC700
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Fri, 26 Dec 2014 08:03:15 +0000 (11:03 +0300)
committerTom Rini <trini@ti.com>
Mon, 5 Jan 2015 18:48:21 +0000 (13:48 -0500)
commit946f6f242c1a777632e96d061bedce4ae756c43a
tree6f3f6becaa710e838c9280808b845c378393f85f
parent623185dbeab21541dc691e97cb153d749cd33ec6
cmd_bdinfo: check for CONFIG_ARC instead of CONFIG_ARC700

For all flavours of ARC we execute the same code in "bdinfo" so we may
safely check for CONFIG_ARC. This is especially important since we're
about to add more types of ARC so existing check won't work in all
cases.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Tom Rini <trini@ti.com>
common/cmd_bdinfo.c