]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/stv0991.h
Makefile: Improve generated_defconfig file handling
[thirdparty/u-boot.git] / include / configs / stv0991.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
9fa32b12 2/*
1537d386
PC
3 * Copyright (C) 2014, STMicroelectronics - All Rights Reserved
4 * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
9fa32b12
VM
5 */
6
7#ifndef __CONFIG_STV0991_H
8#define __CONFIG_STV0991_H
65cc0e2a 9#define CFG_SYS_EXCEPTION_VECTORS_HIGH
2ce4eaf4 10
9fa32b12 11/* ram memory-related information */
9fa32b12 12#define PHYS_SDRAM_1 0x00000000
aa6e94de 13#define CFG_SYS_SDRAM_BASE PHYS_SDRAM_1
9fa32b12
VM
14#define PHYS_SDRAM_1_SIZE 0x00198000
15
9fa32b12 16/* user interface */
9fa32b12
VM
17
18/* MISC */
65cc0e2a
TR
19#define CFG_SYS_INIT_RAM_SIZE 0x8000
20#define CFG_SYS_INIT_RAM_ADDR 0x00190000
a187559e 21/* U-Boot Load Address */
9fa32b12 22
c55e7591 23/* Misc configuration */
c55e7591 24
9fa32b12 25#endif /* __CONFIG_H */