Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/a410d0a343a474538b3751b3cbbb797d273987e1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

IMX: scb9328: drop warnings

Drop warning: "passing argument 1 of 'get_ram_size'
discards qualifiers from pointer target type"

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Torsten Koschorrek <koschorrek@synertronixx.de>
master
Stefano Babic 14 years ago committed by Albert ARIBAUD
parent 87e14f0f56
commit a410d0a343
  1. 2
      board/scb9328/scb9328.c

@ -40,7 +40,7 @@ int board_init (void)
int dram_init (void)
{
/* dram_init must store complete ramsize in gd->ram_size */
gd->ram_size = get_ram_size((volatile void *)SCB9328_SDRAM_1,
gd->ram_size = get_ram_size((void *)SCB9328_SDRAM_1,
SCB9328_SDRAM_1_SIZE);
return 0;

Loading…
Cancel
Save