diff mbox

[U-Boot] arm: switch armltd vexpress to GENERIC_BOARD

Message ID CAGHP0pKXMnZhtGm4=1pM5rSrG=G0AoVK7QvwT2gXhhGaAxzvtg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Chris Kuethe Jan. 22, 2015, 4:52 a.m. UTC
only tested tested under QEMU with vexpress_ca9x4 ("-M vexpress-a9") and
vexpress_ca15_tc2 ("-M vexpress-a15"). Makes the ugly warning go away.

Signed-off-by: Chris Kuethe <chris.kuethe+github@gmail.com>
---
 include/configs/vexpress_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chris Kuethe Jan. 30, 2015, 3:23 a.m. UTC | #1
Bump. Anyone want to comment or commit?

http://patchwork.ozlabs.org/patch/431675/



On Wed, Jan 21, 2015 at 8:52 PM, Chris Kuethe <chris.kuethe@gmail.com>
wrote:

> only tested tested under QEMU with vexpress_ca9x4 ("-M vexpress-a9") and
> vexpress_ca15_tc2 ("-M vexpress-a15"). Makes the ugly warning go away.
>
> Signed-off-by: Chris Kuethe <chris.kuethe+github@gmail.com>
> ---
>  include/configs/vexpress_common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/vexpress_common.h
> b/include/configs/vexpress_common.h
> index 7e78f8a..2dea921 100644
> --- a/include/configs/vexpress_common.h
> +++ b/include/configs/vexpress_common.h
> @@ -122,7 +122,7 @@
>  #define CONFIG_SETUP_MEMORY_TAGS 1
>  #define CONFIG_SYS_L2CACHE_OFF 1
>  #define CONFIG_INITRD_TAG 1
> -
> +#define CONFIG_SYS_GENERIC_BOARD
>  #define CONFIG_OF_LIBFDT 1
>
>  /* Size of malloc() pool */
> --
> 2.1.0
>
Tom Rini Feb. 2, 2015, 6:59 p.m. UTC | #2
On Wed, Jan 21, 2015 at 08:52:33PM -0800, Chris Kuethe wrote:

> only tested tested under QEMU with vexpress_ca9x4 ("-M vexpress-a9") and
> vexpress_ca15_tc2 ("-M vexpress-a15"). Makes the ugly warning go away.
> 
> Signed-off-by: Chris Kuethe <chris.kuethe+github@gmail.com>

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

Patch

diff --git a/include/configs/vexpress_common.h
b/include/configs/vexpress_common.h
index 7e78f8a..2dea921 100644
--- a/include/configs/vexpress_common.h
+++ b/include/configs/vexpress_common.h
@@ -122,7 +122,7 @@ 
 #define CONFIG_SETUP_MEMORY_TAGS 1
 #define CONFIG_SYS_L2CACHE_OFF 1
 #define CONFIG_INITRD_TAG 1
-
+#define CONFIG_SYS_GENERIC_BOARD
 #define CONFIG_OF_LIBFDT 1

 /* Size of malloc() pool */