arm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS option
This option is not used anywhere. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
committed by
Stefan Roese
parent
999ac22b59
commit
a3b055fc70
@@ -59,11 +59,6 @@
|
||||
/* There is no PHY directly connected so don't ask it for link status */
|
||||
#undef CONFIG_SYS_FAULT_ECHO_LINK_DOWN
|
||||
|
||||
/*
|
||||
* Other required minimal configurations
|
||||
*/
|
||||
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
|
||||
|
||||
/*
|
||||
* Ethernet Driver configuration
|
||||
*/
|
||||
|
||||
@@ -64,11 +64,6 @@
|
||||
/* There is no PHY directly connected so don't ask it for link status */
|
||||
#undef CONFIG_SYS_FAULT_ECHO_LINK_DOWN
|
||||
|
||||
/*
|
||||
* Other required minimal configurations
|
||||
*/
|
||||
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
|
||||
|
||||
/*
|
||||
* Ethernet Driver configuration
|
||||
*/
|
||||
|
||||
@@ -151,12 +151,6 @@
|
||||
* Environment variables configurations
|
||||
*/
|
||||
|
||||
/*
|
||||
* Other required minimal configurations
|
||||
*/
|
||||
|
||||
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000
|
||||
|
||||
/* Enable command line editing */
|
||||
|
||||
/* provide extensive help */
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
/*
|
||||
* Other required minimal configurations
|
||||
*/
|
||||
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
|
||||
#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
|
||||
|
||||
/* ====> Include platform Common Definitions */
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
/*
|
||||
* Other required minimal configurations
|
||||
*/
|
||||
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
|
||||
#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
|
||||
|
||||
/* End of 16M scrubbed by training in bootrom */
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
/*
|
||||
* Other required minimal configurations
|
||||
*/
|
||||
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
|
||||
#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
|
||||
|
||||
/* End of 16M scrubbed by training in bootrom */
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
/*
|
||||
* Other required minimal configurations
|
||||
*/
|
||||
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
|
||||
#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
|
||||
|
||||
/* End of 16M scrubbed by training in bootrom */
|
||||
|
||||
@@ -58,11 +58,6 @@
|
||||
|
||||
#include <asm/arch/config.h>
|
||||
|
||||
/*
|
||||
* Other required minimal configurations
|
||||
*/
|
||||
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
|
||||
|
||||
/* Keep device tree and initrd in low memory so the kernel can access them */
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"fdt_high=0x10000000\0" \
|
||||
|
||||
Reference in New Issue
Block a user