From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Fri, 9 Oct 2015 14:11:50 +0200 Subject: [U-Boot] [RFC] odroid DTB support Message-ID: <5617AF06.9030908@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Przemyslaw, I would like to add DTB support for odroid board to be able to boot upstream kernel easily. I see 2 ways to do it: * Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support to set 'board_rev' and 'board_name' env vars. Then, you need a 'findfdt' script to check 'board_rev' and set fdtfile accordingly (as done for OMAP4 panda board) * Set fdtfile name directly (as done for rpi or igep00x0). What would you prefer? Guillaume