diff options
author | Tom Rini | 2022-03-30 18:07:14 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-08 09:05:19 -0400 |
commit | dafcd96d8ad698693188cab47c21bc399a4cc316 (patch) | |
tree | cb6df1b1a852ec2df452e605db28b3d93b17e450 /include | |
parent | bd3ef27886dcb1c496a4583eb8b894296edf045d (diff) |
Convert CONFIG_CMDLINE_PS_SUPPORT to Kconfig
This converts the following to Kconfig:
CONFIG_CMDLINE_PS_SUPPORT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/socfpga_vining_fpga.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h index 8469b1527f0..9455e4cb560 100644 --- a/include/configs/socfpga_vining_fpga.h +++ b/include/configs/socfpga_vining_fpga.h @@ -186,9 +186,6 @@ "fi\0" \ "socfpga_legacy_reset_compat=1\0" -/* Support changing the prompt string */ -#define CONFIG_CMDLINE_PS_SUPPORT - /* The rest of the configuration is shared */ #include <configs/socfpga_common.h> |