configs: remove duplicate define BOOTDELAY from ar7240.h

It's not ar7240 specific and creates warning, because it's already defined in common.h.
This commit is contained in:
Alexander Couzens 2015-03-16 16:31:39 +01:00
parent 8398cb7f58
commit 8a9d269a8e
1 changed files with 0 additions and 2 deletions

View File

@ -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}