.. | .. |
---|
347 | 347 | { |
---|
348 | 348 | int ret; |
---|
349 | 349 | |
---|
350 | | - /* before anything else, we request notification for any fb |
---|
351 | | - * creation events */ |
---|
| 350 | + /* |
---|
| 351 | + * Before anything else, we request notification for any fb |
---|
| 352 | + * creation events. |
---|
| 353 | + * |
---|
| 354 | + * FIXME: This is terrible and needs to be nuked. The notifier is used |
---|
| 355 | + * to get at the fb base address from the boot splash fb driver, which |
---|
| 356 | + * is then passed to metronomefb. Instaed of metronomfb or this board |
---|
| 357 | + * support file here figuring this out on their own. |
---|
| 358 | + * |
---|
| 359 | + * See also the #ifdef in fbmem.c. |
---|
| 360 | + */ |
---|
352 | 361 | fb_register_client(&am200_fb_notif); |
---|
353 | 362 | |
---|
354 | 363 | pxa2xx_mfp_config(ARRAY_AND_SIZE(am200_pin_config)); |
---|