]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - nand_spl/board/amcc/sequoia/config.mk
net/phy: Correct AR8021 phy_mask
[karo-tx-uboot.git] / nand_spl / board / amcc / sequoia / config.mk
1 #
2 # (C) Copyright 2006
3 # Stefan Roese, DENX Software Engineering, sr@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7 #
8 # AMCC 440EPx Reference Platform (Sequoia) board
9 #
10
11 #
12 # CONFIG_SYS_TEXT_BASE for SPL:
13 #
14 # On 440EP(x) platforms the SPL is located at 0xfffff000...0xffffffff,
15 # in the last 4kBytes of memory space in cache.
16 # We will copy this SPL into internal SRAM in start.S. So we set
17 # CONFIG_SYS_TEXT_BASE to starting address in internal SRAM here.
18 #
19 CONFIG_SYS_TEXT_BASE = 0xE0013000
20
21 # PAD_TO used to generate a 16kByte binary needed for the combined image
22 # -> PAD_TO = CONFIG_SYS_TEXT_BASE + 0x4000
23 PAD_TO  = 0xE0017000
24
25 PLATFORM_CPPFLAGS += -DCONFIG_440=1
26
27 ifeq ($(debug),1)
28 PLATFORM_CPPFLAGS += -DDEBUG
29 endif
30
31 ifeq ($(dbcr),1)
32 PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
33 endif