diff options
author | Stefano Babic <sbabic@denx.de> | 2014-08-11 10:21:03 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-08-11 10:21:03 +0200 |
commit | e82abaeb7f2a0833fccf90460c48b9f2100258f8 (patch) | |
tree | de701f5c90b7373966412d566b5c00d3837954bc /board/sbc8349 | |
parent | f93f21906e374d46c6abfbdf4eb9cb1ab51b6384 (diff) | |
parent | 1899fac925eda817e12234aef3d01d354788662e (diff) | |
download | blackbird-obmc-uboot-e82abaeb7f2a0833fccf90460c48b9f2100258f8.tar.gz blackbird-obmc-uboot-e82abaeb7f2a0833fccf90460c48b9f2100258f8.zip |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Conflicts:
boards.cfg
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/sbc8349')
-rw-r--r-- | board/sbc8349/Kconfig | 11 | ||||
-rw-r--r-- | board/sbc8349/MAINTAINERS | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/board/sbc8349/Kconfig b/board/sbc8349/Kconfig new file mode 100644 index 0000000000..5b851f8bab --- /dev/null +++ b/board/sbc8349/Kconfig @@ -0,0 +1,11 @@ +if TARGET_SBC8349 + +config SYS_BOARD + string + default "sbc8349" + +config SYS_CONFIG_NAME + string + default "sbc8349" + +endif diff --git a/board/sbc8349/MAINTAINERS b/board/sbc8349/MAINTAINERS new file mode 100644 index 0000000000..af95c1dd0d --- /dev/null +++ b/board/sbc8349/MAINTAINERS @@ -0,0 +1,8 @@ +SBC8349 BOARD +M: Paul Gortmaker <paul.gortmaker@windriver.com> +S: Maintained +F: board/sbc8349/ +F: include/configs/sbc8349.h +F: configs/sbc8349_defconfig +F: configs/sbc8349_PCI_33_defconfig +F: configs/sbc8349_PCI_66_defconfig |