Remove accidentally copypasted comment

Spotted by: gavin
This commit is contained in:
gonzo 2013-01-13 21:32:40 +00:00
parent fecf48554c
commit 5740e090f2

View File

@ -82,11 +82,6 @@ initarm_late_init(void)
pcell_t cells[2];
int len;
/*
* It seems there is no way to let syscons framework know
* that framebuffer resolution has changed. So just try
* to fetch data from FDT and go with defaults if failed
*/
system = OF_finddevice("/system");
if (system != 0) {
len = OF_getprop(system, "linux,serial", &cells, sizeof(cells));