]> Git Repo - u-boot.git/blame - include/configs/woodburn_sd.h
configs: move CONFIG_SPL_TEXT_BASE to Kconfig
[u-boot.git] / include / configs / woodburn_sd.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
d81b27a2
SB
2/*
3 * (C) Copyright 2011, Stefano Babic <[email protected]>
4 *
5 * (C) Copyright 2008-2010 Freescale Semiconductor, Inc.
6 *
7 * Configuration for the woodburn board.
d81b27a2
SB
8 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
13#include <asm/arch/imx-regs.h>
14#include "woodburn_common.h"
15
16/* Set TEXT in RAM */
d81b27a2 17
d81b27a2
SB
18/*
19 * SPL
20 */
d81b27a2 21
d81b27a2
SB
22#define CONFIG_SPL_MAX_SIZE (64 * 1024) /* 8 KB for stack */
23#define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK
24
25#define CONFIG_SYS_SPL_MALLOC_START 0x8f000000
26#define CONFIG_SYS_SPL_MALLOC_SIZE 0x80000
27#define CONFIG_SPL_BSS_START_ADDR 0x8f080000 /* end of RAM */
28#define CONFIG_SPL_BSS_MAX_SIZE 0x80000
29
30#endif /* __CONFIG_H */
This page took 0.571051 seconds and 4 git commands to generate.