]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: add ATAG_BOARDINFO
authorAndreas Bießmann <biessmann@corscience.de>
Tue, 12 Apr 2011 23:25:41 +0000 (23:25 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 18 May 2011 05:56:54 +0000 (07:56 +0200)
commit24890f11980eb70d835ca7e0b00d32284d8f546c
treecac4db47fedfc656a6236f7a978a4e70ae436ab9
parenta950c81851dbe128176859bfebbc2cf51955daed
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>
arch/avr32/include/asm/setup.h
arch/avr32/lib/bootm.c