hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-pxa/am200epd.c
....@@ -347,8 +347,17 @@
347347 {
348348 int ret;
349349
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
+ */
352361 fb_register_client(&am200_fb_notif);
353362
354363 pxa2xx_mfp_config(ARRAY_AND_SIZE(am200_pin_config));