mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
b6cbf223d8
TI is now maintaining an upstream x-loader git repository and sakoman will no longer be maintained. Current upstream includes signGP and incorporates it into the Makefile. The new Makefile ift target builds the universal MLO binary. The armv7-a patch is included. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
17 lines
590 B
Diff
17 lines
590 B
Diff
Index: git/Makefile
|
|
===================================================================
|
|
--- git.orig/Makefile
|
|
+++ git/Makefile
|
|
@@ -225,8 +225,9 @@ omap3evm_config : unconfig
|
|
overo_config : unconfig
|
|
@$(MKCONFIG) $(@:_config=) arm omap3 overo
|
|
|
|
-omap3530beagle_config : unconfig
|
|
- @$(MKCONFIG) $(@:_config=) arm omap3 omap3530beagle
|
|
+beagleboard_config : unconfig
|
|
+ @$(MKCONFIG) omap3530beagle arm omap3 omap3530beagle
|
|
+ @./mkconfig omap3530beagle arm omap3 omap3530beagle
|
|
|
|
#########################################################################
|
|
## OMAP4 (ARM-CortexA9) Systems
|