On 2015-03-18 13:11, Igor Grinberg wrote:
[...]
+struct console_t {
+       short curr_col, curr_row;
+       short cols, rows;
+       void *lcd_address;
Shouldn't this be fbbase?

+};
+static struct console_t cons;
[...]

Hi Igor,
my plan was/is to make a cleanup patch after this story is closed.
- remove empty lines in code
- rename some variables

would it be better to do that immediately ?

best regards,
Hannes

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to