diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:16 -0500 |
commit | b67f54b10b25f02ccae4b83c9618b62de89368af (patch) | |
tree | 14c9a7d378e1ffd320c12aa1b27ad99069e356cc /include/configs | |
parent | a8f31121fbf6b244da4bbb4b456130c673826c87 (diff) | |
download | u-boot-b67f54b10b25f02ccae4b83c9618b62de89368af.tar.gz u-boot-b67f54b10b25f02ccae4b83c9618b62de89368af.tar.bz2 u-boot-b67f54b10b25f02ccae4b83c9618b62de89368af.zip |
Convert CONFIG_DOS_PARTITION to Kconfig
This converts the following to Kconfig:
CONFIG_DOS_PARTITION
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/SBx81LIFKW.h | 1 | ||||
-rw-r--r-- | include/configs/SBx81LIFXCAT.h | 1 | ||||
-rw-r--r-- | include/configs/bcmstb.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/SBx81LIFKW.h b/include/configs/SBx81LIFKW.h index 462619ff69..4ecff1606c 100644 --- a/include/configs/SBx81LIFKW.h +++ b/include/configs/SBx81LIFKW.h @@ -39,7 +39,6 @@ #define MTDPARTS_DEFAULT "mtdparts=spi0.0:768K(boot)ro,256K(boot-env),14M(user),1M(errlog)" #define MTDPARTS_MTDOOPS "errlog" -#define CONFIG_DOS_PARTITION /* * Environment variables configurations diff --git a/include/configs/SBx81LIFXCAT.h b/include/configs/SBx81LIFXCAT.h index a271567f85..4e9f0395ab 100644 --- a/include/configs/SBx81LIFXCAT.h +++ b/include/configs/SBx81LIFXCAT.h @@ -39,7 +39,6 @@ #define MTDPARTS_DEFAULT "mtdparts=spi0.0:768K(boot)ro,256K(boot-env),14M(user),1M(errlog)" #define MTDPARTS_MTDOOPS "errlog" -#define CONFIG_DOS_PARTITION /* * Environment variables configurations diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h index c3c28eadcb..e7f380b515 100644 --- a/include/configs/bcmstb.h +++ b/include/configs/bcmstb.h @@ -132,7 +132,6 @@ extern phys_addr_t prior_stage_fdt_address; /* * Filesystem configuration. */ -#define CONFIG_DOS_PARTITION /* * Environment configuration. |