hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/auxdisplay/arm-charlcd.c
....@@ -2,7 +2,7 @@
22 /*
33 * Driver for the on-board character LCD found on some ARM reference boards
44 * This is basically an Hitachi HD44780 LCD with a custom IP block to drive it
5
- * http://en.wikipedia.org/wiki/HD44780_Character_LCD
5
+ * https://en.wikipedia.org/wiki/HD44780_Character_LCD
66 * Currently it will just display the text "ARM Linux" and the linux version
77 *
88 * Author: Linus Walleij <triad@df.lth.se>