mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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 <alex.kiernan@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
1ad5facbdd
commit
08f6bec456
1 changed files with 0 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue