X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fomap3_cairo.h;h=ef69b24dd097456942c6485a23c2b4bd8faf29bc;hb=7a2ab3778c0acae27edc01009c6ad9950a90634e;hp=1fa02a5281f258f00fa9435615e6b511c2584061;hpb=6f6b7cfa89e5aa3b643196a4ccc8b1ba5d6fa7a4;p=oweals%2Fu-boot.git diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h index 1fa02a5281..ef69b24dd0 100644 --- a/include/configs/omap3_cairo.h +++ b/include/configs/omap3_cairo.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Configuration settings for the QUIPOS Cairo board. * @@ -13,15 +14,11 @@ * Syed Mohammed Khasim * * Also derived from include/configs/omap3_beagle.h - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __OMAP3_CAIRO_CONFIG_H #define __OMAP3_CAIRO_CONFIG_H -#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */ - /* * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM * 64 bytes before this address should be set aside for u-boot.img's @@ -37,8 +34,6 @@ #include -#define CONFIG_MISC_INIT_R - #define CONFIG_REVISION_TAG 1 #define CONFIG_ENV_OVERWRITE @@ -51,7 +46,6 @@ /* * TWL4030 */ -#define CONFIG_TWL4030_LED 1 /* * Board NAND Info. @@ -196,20 +190,6 @@ /* env defaults */ #define CONFIG_BOOTFILE "uImage" -/* Override OMAP3 common serial console configuration from UART3 - * to UART2. - * - * Attention: for UART2, special MUX settings (MUX_DEFAULT(), MCBSP3) - * are needed and peripheral clocks for UART2 must be enabled in - * function per_clocks_enable(). - */ -#ifdef CONFIG_SPL_BUILD -#undef CONFIG_SYS_NS16550_COM3 -#define CONFIG_SYS_NS16550_COM2 OMAP34XX_UART2 -#undef CONFIG_SERIAL3 -#define CONFIG_SERIAL2 -#endif - /* Provide the MACH_TYPE value the vendor kernel requires */ #define CONFIG_MACH_TYPE 3063