diff options
author | Marek BehĂșn | 2021-10-09 19:33:38 +0200 |
---|---|---|
committer | Stefan Roese | 2021-10-21 07:39:05 +0200 |
commit | a3b055fc700eecdfbb922d39b017ad6499657787 (patch) | |
tree | b344e796a905449eb25d1f1ab0741fd71a634421 /include/configs/x530.h | |
parent | 999ac22b59045d643028d7e66c17504143127628 (diff) |
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>
Diffstat (limited to 'include/configs/x530.h')
-rw-r--r-- | include/configs/x530.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/x530.h b/include/configs/x530.h index f8b808ec7cd..f4d64495ffa 100644 --- a/include/configs/x530.h +++ b/include/configs/x530.h @@ -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" \ |