Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Jeroen Hofstee's avatar
    f1d205a1
    common/lcd.c: cleanup use of global variables · f1d205a1
    Jeroen Hofstee authored
    
    console_col, console_row, lcd_line_length, lcd_console_address had
    to be declared in board / driver specific code, but were not actually
    used there on many boards. Get rid of the global variables.
    
    for completeness, the ack of Bo Shen is for the atmel part
    Cc: Alessandro Rubini <rubini@unipv.it>
    Cc: Anatolij Gustschin <agust@denx.de>
    Cc: Bo Shen <voice.shen@atmel.com>
    Cc: Kyungmin Park <kyungmin.park@samsung.com>
    Cc: Marek Vasut <marek.vasut@gmail.com>
    Cc: Minkyu Kang <mk7.kang@samsung.com>
    Cc: Nikita Kiryanov <nikita@compulab.co.il>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Stelian Pop <stelian@popies.net>
    Cc: Tom Warren <twarren@nvidia.com>
    Acked-by: default avatarBo Shen <voice.shen@atmel.com>
    Signed-off-by: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
    [agust: rebased and fixed cm_t35 board]
    Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
    f1d205a1
    History
    common/lcd.c: cleanup use of global variables
    Jeroen Hofstee authored
    
    console_col, console_row, lcd_line_length, lcd_console_address had
    to be declared in board / driver specific code, but were not actually
    used there on many boards. Get rid of the global variables.
    
    for completeness, the ack of Bo Shen is for the atmel part
    Cc: Alessandro Rubini <rubini@unipv.it>
    Cc: Anatolij Gustschin <agust@denx.de>
    Cc: Bo Shen <voice.shen@atmel.com>
    Cc: Kyungmin Park <kyungmin.park@samsung.com>
    Cc: Marek Vasut <marek.vasut@gmail.com>
    Cc: Minkyu Kang <mk7.kang@samsung.com>
    Cc: Nikita Kiryanov <nikita@compulab.co.il>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Stelian Pop <stelian@popies.net>
    Cc: Tom Warren <twarren@nvidia.com>
    Acked-by: default avatarBo Shen <voice.shen@atmel.com>
    Signed-off-by: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
    [agust: rebased and fixed cm_t35 board]
    Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>