]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS option
authorMarek Behún <marek.behun@nic.cz>
Sat, 9 Oct 2021 17:33:38 +0000 (19:33 +0200)
committerStefan Roese <sr@denx.de>
Thu, 21 Oct 2021 05:39:05 +0000 (07:39 +0200)
This option is not used anywhere.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
include/configs/SBx81LIFKW.h
include/configs/SBx81LIFXCAT.h
include/configs/edminiv2.h
include/configs/mv-common.h
include/configs/mvebu_armada-37xx.h
include/configs/mvebu_armada-8k.h
include/configs/turris_mox.h
include/configs/x530.h

index fc6167cf9699dd5c495b368c3e0b857488392f43..462619ff69806b4748105173ad24e0471cef4a62 100644 (file)
 /* 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
  */
index 06be63e2421e8c9a268e8927505b45d6b3c61776..a271567f85504e9361ca6169498fe5e488b89ff5 100644 (file)
 /* 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
  */
index fbe468010bfc2a87ae5bbb02a4ea1277896572b4..664d6d1f340fb62ba67a70daa1d3860675a0c597 100644 (file)
  *  Environment variables configurations
  */
 
-/*
- * Other required minimal configurations
- */
-
-#define CONFIG_SYS_RESET_ADDRESS       0xffff0000
-
 /* Enable command line editing */
 
 /* provide extensive help */
index e460f69a08736a7769b0705675bef0ee54e3af20..cc3b597f286e10bc286c6bc47c85d746ea7008ed 100644 (file)
@@ -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 */
index 8c315eb56314b8e5da3ac7db027d37c7bad07bc0..e7f7e772fc72411ded85e7cac239ddc9f06821b4 100644 (file)
@@ -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 */
index 2f8be2ee49480fc77d5676b639052ed1aba7ecfc..886f44c9030307dc7015b419a7890f3e68a84b2c 100644 (file)
@@ -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 */
index ab7931d35bdc729e65b7d76714a6fe8017f3f97f..070abe38dbe0455b545d2600390869fde2a645c7 100644 (file)
@@ -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 */
index f8b808ec7cd31640941f14801bea5ea1db337c9c..f4d64495ffafba8a10a324031f55dadc6b24f7d2 100644 (file)
 
 #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"         \