ar71xx: build ALFA AP96 images with default profile as well
[oweals/openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-pb44.c
index a66be185842e0b1630296aeab2ae74fb991e796c..5e013504e6e62dd9626066438b7fd94e7b913598 100644 (file)
@@ -129,12 +129,22 @@ static struct vsc7385_platform_data pb44_vsc7395_data = {
        },
 };
 
+static const char *pb44_part_probes[] = {
+       "RedBoot",
+       NULL,
+};
+
+static struct flash_platform_data pb44_flash_data = {
+       .part_probes    = pb44_part_probes,
+};
+
 static struct spi_board_info pb44_spi_info[] = {
        {
                .bus_num        = 0,
                .chip_select    = 0,
                .max_speed_hz   = 25000000,
                .modalias       = "m25p80",
+               .platform_data  = &pb44_flash_data,
        }, {
                .bus_num        = 0,
                .chip_select    = 1,