Skip to content
Snippets Groups Projects
Commit 1fde3eb2 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: fix building after asm-offsets.h intro


Since some of the defines in our config.h use the generated defines, we
need to include the generated header.  This fixes building of the Blackfin
start.S file (where the stack is setup).

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 908614f2
Branches
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@
#ifndef __ASM_BLACKFIN_CONFIG_POST_H__
#define __ASM_BLACKFIN_CONFIG_POST_H__
/* Some of our defines use this (like CONFIG_SYS_GBL_DATA_ADDR) */
#include <asm-offsets.h>
#ifndef CONFIG_BFIN_SCRATCH_REG
# define CONFIG_BFIN_SCRATCH_REG retn
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment