From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 29 Nov 2010 22:24:22 +0100 Subject: [U-Boot] [PATCH] 512x: Cleanup for partial linking and --gc-sections In-Reply-To: <1290465614-7526-1-git-send-email-wd@denx.de> References: <1290373420-3053-1-git-send-email-wd@denx.de> <1290465614-7526-1-git-send-email-wd@denx.de> Message-ID: <20101129222422.3d29c8e1@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang, On Mon, 22 Nov 2010 23:40:14 +0100 Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > Cc: Anatolij Gustschin > Cc: Timur Tabi > --- > > Hello Anatolij & Timur, > > I'm not happy about the CONFIG_FSL_DIU_FB hacking I had to do in > Makefile and arch/powerpc/cpu/mpc512x/Makefile to make the fsl_diu_fb > driver usable for boards where VENDOR is not set or != 'freescale'. > > Can we not move the fsl_diu_fb driver to a place with better global > visibility, like drivers/video/ ? Sorry for the late reply. Yes, we can do this. A patch follows. Best regards, Anatolij