Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' of git://git.denx.de/u-boot-nds32 | Tom Rini | 2013-07-25 | -2/+1 |
|\ | ||||
| * | nds32: adp-ag102: use 'faraday/ftpci100.h' for pci_ftpci_init | Gabor Juhos | 2013-07-24 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to improper external function declaration, building U-Boot for the adp-ag102 board shows this warning: adp-ag102.c: In function 'pci_init_board': adp-ag102.c:95: warning: function declaration isn't a prototype Include the 'faraday/ftpci100.h' header which provides the proper declaration and remove the local declaration to get rid of the warning. Compile tested only. Cc: Macpaul Lin <macpaul@andestech.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
* | | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -16/+1 |
|/ | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com> | |||
* | board/adp-ag102: add board specific files | Macpaul Lin | 2012-04-22 | -0/+107 |
Add board specific files. Signed-off-by: Macpaul Lin <macpaul@andestech.com> |