xref: /rk3399_rockchip-uboot/include/configs/mx6_common.h (revision 39f0ac9347ed825089181c4b57ea9326332e66c3)
18f393776SStephen Warren /*
28f393776SStephen Warren  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
38f393776SStephen Warren  *
48f393776SStephen Warren  * This program is free software; you can redistribute it and/or modify it
58f393776SStephen Warren  * under the terms and conditions of the GNU General Public License,
68f393776SStephen Warren  * version 2, as published by the Free Software Foundation.
78f393776SStephen Warren  *
88f393776SStephen Warren  * This program is distributed in the hope it will be useful, but WITHOUT
98f393776SStephen Warren  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
108f393776SStephen Warren  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
118f393776SStephen Warren  * more details.
128f393776SStephen Warren  *
138f393776SStephen Warren  * You should have received a copy of the GNU General Public License
148f393776SStephen Warren  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
158f393776SStephen Warren  */
168f393776SStephen Warren 
178f393776SStephen Warren #ifndef __MX6_COMMON_H
188f393776SStephen Warren #define __MX6_COMMON_H
198f393776SStephen Warren 
20e9fd66deSShawn Guo #define CONFIG_ARM_ERRATA_742230
218f393776SStephen Warren #define CONFIG_ARM_ERRATA_743622
228f393776SStephen Warren #define CONFIG_ARM_ERRATA_751472
23*39f0ac93SFabio Estevam #define CONFIG_BOARD_POSTCLK_INIT
248f393776SStephen Warren 
258f393776SStephen Warren #endif
26