]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPARC: Build error fix
authorDaniel Hellstrom <daniel@gaisler.com>
Wed, 9 Jul 2008 12:34:11 +0000 (12:34 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jul 2008 22:51:16 +0000 (00:51 +0200)
commit21ae6ca0315afdbc65dc3e95ffd5763e6773d030
treea18adb5c99bc15427deae79349b877e0e2c424f5
parent11ccc33fa21acce108f6b4a6936e3271af904c64
SPARC: Build error fix

(introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)

This patch makes SPARC targets build again. It is caused by
phys_addr_t and phys_size_t being defined in the wrong header
file. include/lmb.h need those typedefs to build.

Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
include/asm-sparc/io.h
include/asm-sparc/types.h