]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: rmobile: Zap checkboard on Gen3
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 27 Nov 2017 04:45:46 +0000 (05:45 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 30 Nov 2017 01:34:20 +0000 (02:34 +0100)
commitef5f1979ffd85bfbf5b32faf823e2f1129208c1e
treeda9427edd87e74fc1af7138da1bd3c253a5a2271
parentbee22aa8227100645b77ef75dfbd70c1b70666ae
ARM: rmobile: Zap checkboard on Gen3

The checkboard() function showing hard-coded board model for which the
U-Boot was built is superseded on Gen3 by show_board_info() displaying
the Model from device tree. Add small ifdef to stop compiling the
function into U-Boot.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/board.c