summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-10-04 12:59:52 +0300
committerTom Rini <trini@konsulko.com>2021-10-15 14:55:17 +0300
commit155fb86e2c1435aa3887a1b2000573a4ceea9975 (patch)
treed728d98b0384ff08c78d8dab8c91fa3cf333c88e /include
parente7421b0e4135009f5ffd30670ed8f4b3e880040d (diff)
downloadu-boot-155fb86e2c1435aa3887a1b2000573a4ceea9975.tar.xz
Remove unused CONFIG_NO_RELOCATION
Remove the latest reference of CONFIG_NO_RELOCATION in code Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/thunderx_88xx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/thunderx_88xx.h b/include/configs/thunderx_88xx.h
index 1ce0347300..600689843b 100644
--- a/include/configs/thunderx_88xx.h
+++ b/include/configs/thunderx_88xx.h
@@ -58,7 +58,6 @@
/* Monitor Command Prompt */
#define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
#define CONFIG_SYS_MAXARGS 64 /* max command args */
-#define CONFIG_NO_RELOCATION 1
#define PLL_REF_CLK 50000000 /* 50 MHz */
#define NS_PER_REF_CLK_TICK (1000000000/PLL_REF_CLK)