mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 06:04:40 +08:00
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>
This commit is contained in:
parent
e7421b0e41
commit
155fb86e2c
@ -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)
|
||||
|
||||
|
@ -872,7 +872,6 @@ CONFIG_NON_SECURE
|
||||
CONFIG_NORBOOT
|
||||
CONFIG_NORFLASH_PS32BIT
|
||||
CONFIG_NO_ETH
|
||||
CONFIG_NO_RELOCATION
|
||||
CONFIG_NO_WAIT
|
||||
CONFIG_NS16550_MIN_FUNCTIONS
|
||||
CONFIG_NS8382X
|
||||
|
Loading…
Reference in New Issue
Block a user