X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fseaboard.h;h=7d2914472a6974cd9d7251a1fac71ea72b9cc5a8;hb=0dd78fb9430e57ccc8e63369c6082b1c730f8aeb;hp=59eef5658f44a9b8227186c69d32e9ca4eeacb9a;hpb=05858736f5f1050d776571451995db81e3f5a5d7;p=u-boot diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 59eef5658f..7d2914472a 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -40,4 +40,16 @@ #define CONFIG_MACH_TYPE MACH_TYPE_SEABOARD #define CONFIG_SYS_BOARD_ODMDATA 0x300d8011 /* lp1, 1GB */ +#define CONFIG_BOARD_EARLY_INIT_F + +/* SD/MMC */ +#define CONFIG_MMC +#define CONFIG_GENERIC_MMC +#define CONFIG_TEGRA2_MMC +#define CONFIG_CMD_MMC + +#define CONFIG_DOS_PARTITION +#define CONFIG_EFI_PARTITION +#define CONFIG_CMD_EXT2 +#define CONFIG_CMD_FAT #endif /* __CONFIG_H */