From: Przemyslaw Marczak Date: Thu, 19 Nov 2015 14:45:27 +0000 (+0100) Subject: Odroid-xu3: set default bootcmd to autoboot X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2a2cb4fbc6a1724ce12e02e5073a7365a13a436;p=platform%2Fkernel%2Fu-boot.git Odroid-xu3: set default bootcmd to autoboot Signed-off-by: Przemyslaw Marczak --- diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index b2b8aaef47..d1e3cb26be 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -141,6 +141,9 @@ #undef CONFIG_SYS_BOARD #define CONFIG_SYS_BOARD "odroid" +#undef CONFIG_BOOTCOMMAND +#define CONFIG_BOOTCOMMAND "run autoboot" + /* Define new extra env settings, including DFU settings */ #undef CONFIG_EXTRA_ENV_SETTINGS #define CONFIG_EXTRA_ENV_SETTINGS \