]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: push default arch values to arch headers
authorMike Frysinger <vapier@gentoo.org>
Mon, 3 Oct 2011 14:50:33 +0000 (14:50 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 5 Oct 2011 20:22:15 +0000 (22:22 +0200)
commit476af299b04ef07117bbc3cdef07885e1089967e
tree35850ad55638bb36454cde8520af022f5ef4f15b
parentc13f47b0d77aee8e6c04ab104d79785ac110623d
image: push default arch values to arch headers

This pushes the ugly duplicated arch ifdef lists we maintain in various
image related files out to the arch headers themselves.

Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tested-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 files changed:
arch/arm/include/asm/u-boot.h
arch/avr32/include/asm/u-boot.h
arch/blackfin/include/asm/u-boot.h
arch/m68k/include/asm/u-boot.h
arch/microblaze/include/asm/u-boot.h
arch/mips/include/asm/u-boot.h
arch/nios2/include/asm/u-boot.h
arch/powerpc/include/asm/u-boot.h
arch/sh/include/asm/u-boot.h
arch/sparc/include/asm/u-boot.h
arch/x86/include/asm/u-boot.h
common/cmd_bootm.c
include/image.h