diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-12 10:02:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:00 -0400 |
commit | 6889412ad5e78f207b7155d81ea6c334e417e21e (patch) | |
tree | f4d0ddbe603a1e956b162d597f26218a87235cd7 /include/configs/imx8mp_dhcom_pdk2.h | |
parent | d31466b382dd05a5439d12d69ddd6e8eaff0e5e6 (diff) | |
download | u-boot-6889412ad5e78f207b7155d81ea6c334e417e21e.tar.gz |
Convert CONFIG_SYS_BARGSIZE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_BARGSIZE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/imx8mp_dhcom_pdk2.h')
-rw-r--r-- | include/configs/imx8mp_dhcom_pdk2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/imx8mp_dhcom_pdk2.h b/include/configs/imx8mp_dhcom_pdk2.h index d5df08fdeb..18ccc6f927 100644 --- a/include/configs/imx8mp_dhcom_pdk2.h +++ b/include/configs/imx8mp_dhcom_pdk2.h @@ -41,9 +41,6 @@ #define CONFIG_MXC_UART_BASE UART1_BASE_ADDR -/* Monitor Command Prompt */ -#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE - /* PHY needs a longer autonegotiation timeout after reset */ #define PHY_ANEG_TIMEOUT 20000 #define FEC_QUIRK_ENET_MAC |