X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Ftx6.h;h=24058cb25965590140a48ff293f6f6c55da460c8;hp=e480d7d8b52e49f4f6de90161b7b1eaf0666975c;hb=778c3cbd857f4abe54773f399204dd86ffe6516c;hpb=a5fa8cc84ea71908a2819897012e14d7ecd9d4ed diff --git a/include/configs/tx6.h b/include/configs/tx6.h index e480d7d8b5..24058cb259 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -1,19 +1,15 @@ /* * Copyright (C) 2012 * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. + * SPDX-License-Identifier: GPL-2.0 * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ -#ifndef __TX6_H -#define __TX6_H + +#ifndef __CONFIG_H +#define __CONFIG_H #include +#include /* * Ka-Ro TX6 board - SoC configuration @@ -31,12 +27,11 @@ #ifndef CONFIG_MFG /* LCD Logo and Splash screen support */ #define CONFIG_LCD -#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE #ifdef CONFIG_LCD #define CONFIG_SPLASH_SCREEN #define CONFIG_SPLASH_SCREEN_ALIGN #define CONFIG_VIDEO_IPUV3 -#define CONFIG_IPU_CLKRATE 266000000 +#define CONFIG_IPUV3_CLK 266000000 #define CONFIG_LCD_LOGO #define LCD_BPP LCD_COLOR24 #define CONFIG_CMD_BMP @@ -199,6 +194,7 @@ #define CONFIG_CMD_BOOTCE #define CONFIG_CMD_TIME #define CONFIG_CMD_I2C +#define CONFIG_CMD_MEMTEST /* * Serial Driver @@ -221,6 +217,7 @@ #ifdef CONFIG_FEC_MXC /* This is required for the FEC driver to work with cache enabled */ #define CONFIG_SYS_ARM_CACHE_WRITETHROUGH +#define CONFIG_SYS_CACHELINE_SIZE 64 #define IMX_FEC_BASE ENET_BASE_ADDR #define CONFIG_FEC_MXC_PHYADDR 0 @@ -353,8 +350,4 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - /* Fix this */ \ GENERATED_GBL_DATA_SIZE) -#ifdef CONFIG_CMD_IIM -#define CONFIG_IMX_IIM -#endif - #endif /* __CONFIG_H */