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

MX25: tx25: Add _end section on nand_spl

Commit f326cbb (arm: fix incorrect monitor protection region in FLASH) missed to update
nand_spl/board/karo/tx25/u-boot.lds.

Add the _end section.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
master
Fabio Estevam 14 years ago committed by Albert ARIBAUD
parent 7f5b2bb79b
commit 776784908c
  1. 2
      nand_spl/board/karo/tx25/u-boot.lds

@ -63,6 +63,8 @@ SECTIONS
*(.dynsym)
}
_end = .;
.bss __rel_dyn_start (OVERLAY) : {
__bss_start = .;
*(.bss)

Loading…
Cancel
Save