From 8a9d269a8e765363fcaf9a574bdebf1dfe21c81d Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 Mar 2015 16:31:39 +0100 Subject: [PATCH] configs: remove duplicate define BOOTDELAY from ar7240.h It's not ar7240 specific and creates warning, because it's already defined in common.h. --- u-boot/include/configs/ar7240.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/u-boot/include/configs/ar7240.h b/u-boot/include/configs/ar7240.h index 8162df7132..f6ba389236 100644 --- a/u-boot/include/configs/ar7240.h +++ b/u-boot/include/configs/ar7240.h @@ -7,8 +7,6 @@ #define CONFIG_MIPS32 1 /* MIPS32 CPU core */ -#define CONFIG_BOOTDELAY 1 /* autoboot after 1 seconds */ - #define CONFIG_BAUDRATE 115200 #define CFG_BAUDRATE_TABLE { 115200}