]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix (null) problem for AVR32 boards
authorReinhard Meyer (-VC) <reinhard.meyer@emk-elektronik.de>
Mon, 14 Jun 2010 10:14:00 +0000 (12:14 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 29 Jun 2010 20:30:57 +0000 (22:30 +0200)
commitd04250cbe1999cfaafee590dfb3191ade305fb63
treec17265808c22a31f0027b364c7932f6eea9fac37
parent620bbba524fbaa26971a5004793010b169824f1b
Fix (null) problem for AVR32 boards

Currently the U-Boot address ranges for AVR32 boards are
printed like this:
"U-Boot code: (null) -> 0001183c  data: 000188e8 -> 0004e9b0"
This patch fixes this to print:
"U-Boot code: 00000000 -> 0001183c  data: 000188f8 -> 0004e9c0"

Signed-off-by: Reinhard Meyer <info@emk-elektronik.de>
arch/avr32/lib/board.c