From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lechner Date: Tue, 1 Nov 2016 22:15:53 -0500 Subject: [Buildroot] [PATCH v2 1/4] configs/lego_ev3: add U-Boot support In-Reply-To: <1478056556-30242-1-git-send-email-david@lechnology.com> References: <1478056556-30242-1-git-send-email-david@lechnology.com> Message-ID: <1478056556-30242-2-git-send-email-david@lechnology.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net This adds U-Boot configuration for LEGO MINDSTORMS EV3. U-Boot has had support for LEGO MINDSTORMS EV3 since v2016.05. Signed-off-by: David Lechner --- configs/lego_ev3_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/lego_ev3_defconfig b/configs/lego_ev3_defconfig index 1ddc4f9..1521fa7 100644 --- a/configs/lego_ev3_defconfig +++ b/configs/lego_ev3_defconfig @@ -24,3 +24,10 @@ BR2_LINUX_KERNEL_UIMAGE=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_3=y # BR2_TARGET_ROOTFS_TAR is not set + +# U-Boot +BR2_TARGET_UBOOT=y +BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y +BR2_TARGET_UBOOT_CUSTOM_VERSION=y +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01" +BR2_TARGET_UBOOT_BOARD_DEFCONFIG="legoev3" -- 2.7.4