Merge branch 'master' of git://git.denx.de/u-boot-blackfin
This commit is contained in:
commit
3388db2cd7
@ -26,8 +26,6 @@ CROSS_COMPILE ?= bfin-uclinux-
|
|||||||
STANDALONE_LOAD_ADDR = 0x1000 -m elf32bfin
|
STANDALONE_LOAD_ADDR = 0x1000 -m elf32bfin
|
||||||
|
|
||||||
CONFIG_BFIN_BOOT_MODE := $(strip $(subst ",,$(CONFIG_BFIN_BOOT_MODE)))
|
CONFIG_BFIN_BOOT_MODE := $(strip $(subst ",,$(CONFIG_BFIN_BOOT_MODE)))
|
||||||
CONFIG_ENV_OFFSET := $(strip $(subst ",,$(CONFIG_ENV_OFFSET)))
|
|
||||||
CONFIG_ENV_SIZE := $(strip $(subst ",,$(CONFIG_ENV_SIZE)))
|
|
||||||
|
|
||||||
PLATFORM_RELFLAGS += -ffixed-P3 -fomit-frame-pointer -mno-fdpic
|
PLATFORM_RELFLAGS += -ffixed-P3 -fomit-frame-pointer -mno-fdpic
|
||||||
PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN
|
PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
#ifndef __ASM_BLACKFIN_CONFIG_POST_H__
|
#ifndef __ASM_BLACKFIN_CONFIG_POST_H__
|
||||||
#define __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
|
#ifndef CONFIG_BFIN_SCRATCH_REG
|
||||||
# define CONFIG_BFIN_SCRATCH_REG retn
|
# define CONFIG_BFIN_SCRATCH_REG retn
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user