]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Only use fb_base if we have a display
authorSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2012 20:49:13 +0000 (20:49 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Feb 2013 14:05:45 +0000 (09:05 -0500)
commitc8fcd0f279657da4ddb3beb90058483b5b38de31
treeecfc544fcb878fdd4e876d65e153e1b0f63a190c
parent50b1fa399608652a47c1d2ae6d49754b86165ba8
Only use fb_base if we have a display

The ideal of having a frame buffer when there isn't a display is not
that useful. Change the bdinfo command to expect this only when we
have an lcd or video display.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_bdinfo.c