diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-19 19:42:51 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-28 09:03:08 -0400 |
commit | 0a12e6872ea2b79c9b3862e7b6c08cc4c1889408 (patch) | |
tree | 752e311d5f8f5d967723d7342356b15d66c5616e /arch/blackfin | |
parent | 5f9eb2207500f16a598866884f8ee5343ae8949f (diff) | |
download | u-boot-imx-0a12e6872ea2b79c9b3862e7b6c08cc4c1889408.zip u-boot-imx-0a12e6872ea2b79c9b3862e7b6c08cc4c1889408.tar.gz u-boot-imx-0a12e6872ea2b79c9b3862e7b6c08cc4c1889408.tar.bz2 |
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
Move the option to Kconfig renaming it to CONFIG_HAVE_GENERIC_BOARD.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/config.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/config.mk b/arch/blackfin/config.mk index 584b38b..7b17b75 100644 --- a/arch/blackfin/config.mk +++ b/arch/blackfin/config.mk @@ -20,9 +20,6 @@ CONFIG_BFIN_CPU := $(strip $(CONFIG_BFIN_CPU:"%"=%)) endif CONFIG_BFIN_BOOT_MODE := $(strip $(CONFIG_BFIN_BOOT_MODE:"%"=%)) -# Support generic board on Blackfin -__HAVE_ARCH_GENERIC_BOARD := y - PLATFORM_RELFLAGS += -ffixed-P3 -fomit-frame-pointer -mno-fdpic LDFLAGS_FINAL += --gc-sections |