summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRichard Gong <richard.gong@intel.com>2020-11-03 12:21:49 -0600
committerGan, Yau Wai <yau.wai.gan@intel.com>2020-11-20 20:51:52 -0800
commit2cf4b5503fcb51cb33d0f806d3c50d1b06d018d2 (patch)
tree185b1a11310737ea9f85eb205d2ef4026920228c /arch
parentac0e9ac56e9ac88621fa1819c6c7cbedf6fad72b (diff)
downloadu-boot-socfpga-2cf4b5503fcb51cb33d0f806d3c50d1b06d018d2.tar.gz
HSD #14012886181: rsu: remove the default rsu_protected_slot settings
Remove the default rsu_protected_slot settings to use whatever the user choose. Signed-off-by: Richard Gong <richard.gong@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-socfpga/misc_soc64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/misc_soc64.c b/arch/arm/mach-socfpga/misc_soc64.c
index 6fc6840f6a..825047facc 100644
--- a/arch/arm/mach-socfpga/misc_soc64.c
+++ b/arch/arm/mach-socfpga/misc_soc64.c
@@ -72,7 +72,6 @@ int arch_misc_init(void)
env_set("qspi_clock", qspi_string);
/* setup for RSU */
- env_set("rsu_protected_slot", "");
env_set("rsu_log_level", level);
return 0;