Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
4ac4148c
Commit
4ac4148c
authored
8 years ago
by
Alexander Couzens
Browse files
Options
Downloads
Patches
Plain Diff
package/uboot-omap: assign BUILD_DEVICES most boards
Signed-off-by:
Alexander Couzens
<
lynxis@fe80.eu
>
parent
72fdea24
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/boot/uboot-omap/Makefile
+3
-1
3 additions, 1 deletion
package/boot/uboot-omap/Makefile
with
3 additions
and
1 deletion
package/boot/uboot-omap/Makefile
+
3
−
1
View file @
4ac4148c
...
@@ -18,16 +18,17 @@ include $(INCLUDE_DIR)/package.mk
...
@@ -18,16 +18,17 @@ include $(INCLUDE_DIR)/package.mk
define
U-Boot/Default
define
U-Boot/Default
BUILD_TARGET
:=
omap
BUILD_TARGET
:=
omap
BUILD_DEVICES
:=
Default
UBOOT_IMAGE
:=
u-boot.img MLO
UBOOT_IMAGE
:=
u-boot.img MLO
endef
endef
define
U-Boot/omap4_panda
define
U-Boot/omap4_panda
NAME
:=
Pandaboard
NAME
:=
Pandaboard
BUILD_DEVICES
:=
omap4-panda
endef
endef
define
U-Boot/am335x_evm
define
U-Boot/am335x_evm
NAME
:=
AM335x EVM
NAME
:=
AM335x EVM
BUILD_DEVICES
:=
am335x-evm
endef
endef
define
U-Boot/omap3_overo
define
U-Boot/omap3_overo
...
@@ -36,6 +37,7 @@ endef
...
@@ -36,6 +37,7 @@ endef
define
U-Boot/omap3_beagle
define
U-Boot/omap3_beagle
NAME
:=
BeagleBoard
NAME
:=
BeagleBoard
BUILD_DEVICES
:=
omap3-beagle
endef
endef
UBOOT_TARGETS
:=
omap4_panda am335x_evm omap3_overo omap3_beagle
UBOOT_TARGETS
:=
omap4_panda am335x_evm omap3_overo omap3_beagle
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment