From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Mon, 06 Apr 2009 11:25:18 +0200 Subject: [U-Boot] Best place for vendor drivers Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello maintainers, Dear Wolfgang Denk, currently we have 3 Boards (one already in U-boot Tree), witch use the same vendor-specific video hardware. This video device is not a classic framebuffer or console, but supports splashimage and bmp command. Our Question: Where is the best place to store this device driver? 1. uboot-root/device/video 2. uboot-root/board/[vendor]/[name for common dir] best regards Jens Scharsig