From a40eea5aa410e1f0dc16079692cf342dbd381f18 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 15 Jul 2015 01:51:13 +0200 Subject: [PATCH] fix type which broke jb02v2-cb2 image jb02v2-cb used the wrong config file. --- u-boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/Makefile b/u-boot/Makefile index 4063fbe6eb..d6d3aa9faa 100644 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -285,7 +285,7 @@ ap2_config: unconfig hornet_common_config jb02v2-cb2_config: unconfig hornet_common_config @echo "#define CARABOOT_RELEASE \"$(CARABOOT_RELEASE)\"" >>include/config.h - @./mkconfig -a jb02v3-skw mips mips carambola2 ar7240 ar7240 + @./mkconfig -a jb02v2-cb2 mips mips carambola2 ar7240 ar7240 jb02v3-skw_config: unconfig hornet_common_config @echo "#define CARABOOT_RELEASE \"$(CARABOOT_RELEASE)\"" >>include/config.h