diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-03 14:50:33 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-05 20:22:15 (GMT) |
commit | 476af299b04ef07117bbc3cdef07885e1089967e (patch) | |
tree | 35850ad55638bb36454cde8520af022f5ef4f15b /arch/nios2/include/asm | |
parent | c13f47b0d77aee8e6c04ab104d79785ac110623d (diff) | |
download | u-boot-fsl-qoriq-476af299b04ef07117bbc3cdef07885e1089967e.tar.xz |
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>
Diffstat (limited to 'arch/nios2/include/asm')
-rw-r--r-- | arch/nios2/include/asm/u-boot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/nios2/include/asm/u-boot.h b/arch/nios2/include/asm/u-boot.h index ec844d0..f7c70ff 100644 --- a/arch/nios2/include/asm/u-boot.h +++ b/arch/nios2/include/asm/u-boot.h @@ -43,5 +43,7 @@ typedef struct bd_info { unsigned long bi_baudrate; /* Console Baudrate */ } bd_t; +/* For image.h:image_check_target_arch() */ +#define IH_ARCH_DEFAULT IH_ARCH_NIOS2 #endif /* __ASM_NIOS2_U_BOOT_H_ */ |