mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 18:22:02 +02:00
omap3_cairo: remove empty #ifdef/#endif block
The content between these guards was removed in commit 9baa2bce28
("Removed unused references to CONFIG_SERIALx"). Remove the now
empty #ifdef/#endif block and the accompanying comment.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
@@ -190,16 +190,6 @@
|
|||||||
/* env defaults */
|
/* env defaults */
|
||||||
#define CONFIG_BOOTFILE "uImage"
|
#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
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Provide the MACH_TYPE value the vendor kernel requires */
|
/* Provide the MACH_TYPE value the vendor kernel requires */
|
||||||
#define CONFIG_MACH_TYPE 3063
|
#define CONFIG_MACH_TYPE 3063
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user