blob: b854e3d1469b4a6b5774ee6238696d239f7f2c0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- u-boot/Makefile-orig 2008-05-29 14:00:30.000000000 -0700
+++ u-boot/Makefile 2008-05-29 13:59:13.000000000 -0700
@@ -1823,8 +1823,8 @@ omap2430sdp_config : unconfig
omap3430sdp_config : unconfig
@./mkconfig $(@:_config=) arm omap3 omap3430sdp
-omap3530beagle_config : unconfig
- @./mkconfig $(@:_config=) arm omap3 omap3530beagle
+beagleboard_config : unconfig
+ @./mkconfig omap3530beagle arm omap3 omap3530beagle
#========================================================================
# i386
|