diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-02 10:40:25 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-02 11:33:14 -0400 |
commit | c6999e5f85ec41b8a5d01d7b3e311eda832fc218 (patch) | |
tree | 5f358f0058c9cab3613fd3d5f3db5d712e2881e4 /board/prodrive/p3p440/config.mk | |
parent | 8fe11b8901a31d11990488c82bc23612589d57be (diff) | |
download | u-boot-c6999e5f85ec41b8a5d01d7b3e311eda832fc218.tar.gz |
powerpc: ppc4xx: remove p3p440 support
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/prodrive/p3p440/config.mk')
-rw-r--r-- | board/prodrive/p3p440/config.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/board/prodrive/p3p440/config.mk b/board/prodrive/p3p440/config.mk deleted file mode 100644 index f18b09710d..0000000000 --- a/board/prodrive/p3p440/config.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -# (C) Copyright 2002 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -PLATFORM_CPPFLAGS += -DCONFIG_440=1 - -ifeq ($(debug),1) -PLATFORM_CPPFLAGS += -DDEBUG -endif - -ifeq ($(dbcr),1) -PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000 -endif |