aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-11-04 03:01:37 -0500
committerTom Rini <trini@konsulko.com>2023-11-22 13:22:24 -0500
commit0218b208888b463fbe3831f14a7d1464bc11ca05 (patch)
tree410b0f3157b916c0c34e85931737ba9f60263080 /arch/arm/mach-omap2
parent76997af6f47ba41aa1e2d8e7e17b0a17d07af929 (diff)
downloadu-boot-0218b208888b463fbe3831f14a7d1464bc11ca05.zip
u-boot-0218b208888b463fbe3831f14a7d1464bc11ca05.tar.gz
u-boot-0218b208888b463fbe3831f14a7d1464bc11ca05.tar.bz2
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>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/omap3/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig
index 3e3e7bd..bd524f8 100644
--- a/arch/arm/mach-omap2/omap3/Kconfig
+++ b/arch/arm/mach-omap2/omap3/Kconfig
@@ -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"