commit | ebc3993045a7b226c685977287b0680cee4f3020 | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <biessmann@corscience.de> | Tue Apr 12 23:25:41 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed May 18 07:56:54 2011 +0200 |
tree | cac4db47fedfc656a6236f7a978a4e70ae436ab9 | |
parent | 6f8971099cdc4008dcce83b56e76610236c49229 [diff] |
avr32: add ATAG_BOARDINFO This patch adds a new ATAG_BORADINFO to U-Boot. This tag is intended to hand over the bd->bi_board_number to the linux kernel for early stage board information like a board revision or other kind of board specific decisions necessary before the linux peripherial drivers are up. Signed-off-by: Andreas Bießmann <biessmann@corscience.de>