xref: /rk3399_rockchip-uboot/include/configs/mx6_common.h (revision 8f3937761bf260e71e7c199cf6547535ae7e90b9)
1*8f393776SStephen Warren /*
2*8f393776SStephen Warren  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
3*8f393776SStephen Warren  *
4*8f393776SStephen Warren  * This program is free software; you can redistribute it and/or modify it
5*8f393776SStephen Warren  * under the terms and conditions of the GNU General Public License,
6*8f393776SStephen Warren  * version 2, as published by the Free Software Foundation.
7*8f393776SStephen Warren  *
8*8f393776SStephen Warren  * This program is distributed in the hope it will be useful, but WITHOUT
9*8f393776SStephen Warren  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10*8f393776SStephen Warren  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
11*8f393776SStephen Warren  * more details.
12*8f393776SStephen Warren  *
13*8f393776SStephen Warren  * You should have received a copy of the GNU General Public License
14*8f393776SStephen Warren  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15*8f393776SStephen Warren  */
16*8f393776SStephen Warren 
17*8f393776SStephen Warren #ifndef __MX6_COMMON_H
18*8f393776SStephen Warren #define __MX6_COMMON_H
19*8f393776SStephen Warren 
20*8f393776SStephen Warren #define CONFIG_ARM_ERRATA_743622
21*8f393776SStephen Warren #define CONFIG_ARM_ERRATA_751472
22*8f393776SStephen Warren 
23*8f393776SStephen Warren #endif
24