A few questions about this.
Is it possible to enable PCI and SYM53C8XX SCSI support option for the bcm2078 system type? Just so that we can use the same kernel for qemu and the actual hardware.
And the second question is regarding BCM2708 Multimedia Card Interface support.
CC drivers/mmc/host/bcm2708_mci.o
drivers/mmc/host/bcm2708_mci.c: In function 'bcm2708_mci_get_cd':
drivers/mmc/host/bcm2708_mci.c:477:12: error: 'GP_LEV0' undeclared (first use in this function)
drivers/mmc/host/bcm2708_mci.c:477:12: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [drivers/mmc/host/bcm2708_mci.o] Error 1
make[2]: *** [drivers/mmc/host] Error 2
make[1]: *** [drivers/mmc] Error 2
What's up with that?
By the way, I am using codesourcery's toolcahin (arm-2011.09), if that helps.
