diff mbox

[U-Boot] freescale: p1_p2_rdb_pc: rename COBJS-y to obj-y

Message ID 1383638602-30719-1-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada Nov. 5, 2013, 8:03 a.m. UTC
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 board/freescale/p1_p2_rdb_pc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Nov. 7, 2013, 12:56 a.m. UTC | #1
On Tue, Nov 05, 2013 at 05:03:22PM +0900, Masahiro Yamada wrote:

> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> 
> ---
> board/freescale/p1_p2_rdb_pc/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/freescale/p1_p2_rdb_pc/Makefile b/board/freescale/p1_p2_rdb_pc/Makefile
> index 8e20073..a2a1f92 100644
> --- a/board/freescale/p1_p2_rdb_pc/Makefile
> +++ b/board/freescale/p1_p2_rdb_pc/Makefile
> @@ -18,7 +18,7 @@ obj-y	+= spl_minimal.o tlb.o law.o
>  
>  else
>  ifdef CONFIG_SPL_BUILD
> -COBJS-y += spl.o
> +obj-y += spl.o
>  endif
>  
>  obj-y        += p1_p2_rdb_pc.o

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/board/freescale/p1_p2_rdb_pc/Makefile b/board/freescale/p1_p2_rdb_pc/Makefile
index 8e20073..a2a1f92 100644
--- a/board/freescale/p1_p2_rdb_pc/Makefile
+++ b/board/freescale/p1_p2_rdb_pc/Makefile
@@ -18,7 +18,7 @@  obj-y	+= spl_minimal.o tlb.o law.o
 
 else
 ifdef CONFIG_SPL_BUILD
-COBJS-y += spl.o
+obj-y += spl.o
 endif
 
 obj-y        += p1_p2_rdb_pc.o