From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Krivonos Date: Sat, 6 Sep 2014 23:36:15 -0700 Subject: [U-Boot] passing board description structure when loading OS image 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 Hi everyone, Is there any special reason to not pass the board description structure to OS when loading OS image ? u-boot does not pass bd_t pointer to any images not loaded with "bootm". We cannot convert our image to u-boot format and we want to access board description structure. Could you please say if there are any options to get bd_t except for direct u-boot patching ?