From 456532d06a1bb2f0ee58eceef6ed415b98f6427e Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 Subject: [PATCH] generic-board Update mx6_cubox-i to use CONFIG_SYS_GENERIC_BOARD, as arch//lib/board.c is deprecated. See doc/README.generic-board for more details. Gbp-Pq: Topic cubox-i Gbp-Pq: Name generic-board.diff --- include/configs/mx6_cubox-i.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/mx6_cubox-i.h b/include/configs/mx6_cubox-i.h index 0baf2664e..e0cad3e38 100644 --- a/include/configs/mx6_cubox-i.h +++ b/include/configs/mx6_cubox-i.h @@ -33,6 +33,8 @@ #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG +#define CONFIG_SYS_GENERIC_BOARD + /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (8 * SZ_1M) -- 2.30.2