From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 4 Apr 2011 22:59:57 +0200 Subject: [U-Boot] [PATCH] [v4] powerpc: clean up DIU macro definitions for Freescale reference boards In-Reply-To: <1297811359-28389-1-git-send-email-timur@freescale.com> References: <1297811359-28389-1-git-send-email-timur@freescale.com> Message-ID: <20110404225957.7a5ead5b@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 15 Feb 2011 17:09:19 -0600 Timur Tabi wrote: > Clean up the macro defintions used to enable DIU (video) support on the > MPC8610HPCD and the MPC5121ADS so that they look more like the P1022DS, > which is newer. Add software cursor support to all three boards. > > Also document the CONFIG_FSL_DIU_FB in the README. > > Signed-off-by: Timur Tabi > --- > README | 22 ++++++++++++++++++++++ > include/configs/MPC8610HPCD.h | 13 ++++--------- > include/configs/P1022DS.h | 3 +-- > include/configs/mpc5121ads.h | 9 ++++----- > 4 files changed, 31 insertions(+), 16 deletions(-) Acked-by: Anatolij Gustschin