diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-15 12:03:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:03:01 -0400 |
commit | 89d888ed6db14cf396ade61c38e71a93e57dd3b6 (patch) | |
tree | 75ed8d6308033dc2a1bb90914d0e77bc3255e297 /include/configs/galileo.h | |
parent | e1d3e637c78790e18d64733fae913d088c4c3c76 (diff) | |
download | u-boot-89d888ed6db14cf396ade61c38e71a93e57dd3b6.tar.gz u-boot-89d888ed6db14cf396ade61c38e71a93e57dd3b6.tar.bz2 u-boot-89d888ed6db14cf396ade61c38e71a93e57dd3b6.zip |
Convert CONFIG_DW_ALTDESCRIPTOR to Kconfig
This converts the following to Kconfig:
CONFIG_DW_ALTDESCRIPTOR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/galileo.h')
-rw-r--r-- | include/configs/galileo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h index c50ecf27e4..49f57dda58 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -21,9 +21,6 @@ "stdout=serial\0" \ "stderr=serial\0" -/* 10/100M Ethernet support */ -#define CONFIG_DW_ALTDESCRIPTOR - /* Environment configuration */ #endif /* __CONFIG_H */ |