configs: remove duplicate define BOOTDELAY from ar7240.h
It's not ar7240 specific and creates warning, because it's already defined in common.h.ar9331 caraboot-v3.0
parent
8398cb7f58
commit
8a9d269a8e
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue