mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-12 22:33:27 +08:00
board: Move omap3 beagle under beagle vendor folder
Move the omap3 beagle to the beagle vendor folder representing BeagleBoard.org platforms. Suggested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
76997af6f4
commit
0218b20888
@ -152,7 +152,7 @@ config SYS_SOC
|
||||
default "omap3"
|
||||
|
||||
source "board/logicpd/am3517evm/Kconfig"
|
||||
source "board/ti/beagle/Kconfig"
|
||||
source "board/beagle/beagle/Kconfig"
|
||||
source "board/timll/devkit8000/Kconfig"
|
||||
source "board/ti/omap3evm/Kconfig"
|
||||
source "board/isee/igep00x0/Kconfig"
|
||||
|
@ -4,7 +4,7 @@ config SYS_BOARD
|
||||
default "beagle"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "ti"
|
||||
default "beagle"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "omap3_beagle"
|
@ -1,6 +1,6 @@
|
||||
BEAGLE BOARD
|
||||
M: Tom Rini <trini@konsulko.com>
|
||||
S: Maintained
|
||||
F: board/ti/beagle/
|
||||
F: board/beagle/beagle/
|
||||
F: include/configs/omap3_beagle.h
|
||||
F: configs/omap3_beagle_defconfig
|
Loading…
Reference in New Issue
Block a user