From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 (+0000) Subject: generic-board X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=456532d06a1bb2f0ee58eceef6ed415b98f6427e;p=u-boot.git 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 --- 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)