diff options
| author | Alex Kiernan <[email protected]> | 2018-05-29 15:30:44 +0000 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-05-30 11:59:21 +0200 |
| commit | 08f6bec456f06a6f5090ab6f23d0e18536008451 (patch) | |
| tree | 9e86f923d01be71d3f849b285bb7724da859712a /drivers | |
| parent | 1ad5facbdd5233a2c1288b7bcd79464435c32d37 (diff) | |
fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME
CONFIG_FASTBOOT_GPT_NAME and CONFIG_FASTBOOT_MBR_NAME are always defined
by Kconfig if you're compiling this code, so remove these redundant
defaults.
Signed-off-by: Alex Kiernan <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/fastboot/fb_mmc.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/fastboot/fb_mmc.c b/drivers/fastboot/fb_mmc.c index b1db29684d0..038905face3 100644 --- a/drivers/fastboot/fb_mmc.c +++ b/drivers/fastboot/fb_mmc.c @@ -15,19 +15,6 @@ #include <linux/compat.h> #include <android_image.h> -/* - * FIXME: Ensure we always set these names via Kconfig once xxx_PARTITION is - * migrated - */ -#ifndef CONFIG_FASTBOOT_GPT_NAME -#define CONFIG_FASTBOOT_GPT_NAME "gpt" -#endif - - -#ifndef CONFIG_FASTBOOT_MBR_NAME -#define CONFIG_FASTBOOT_MBR_NAME "mbr" -#endif - #define BOOT_PARTITION_NAME "boot" struct fb_mmc_sparse { |
