mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
b17cc80781
Clean up the config header file by removing some now irrelevant code / comments. Signed-off-by: Tom Rini <trini@konsulko.com>
16 lines
368 B
C
16 lines
368 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2010
|
|
* Texas Instruments Incorporated.
|
|
* Steve Sakoman <steve@sakoman.com>
|
|
*
|
|
* Configuration settings for the TI OMAP4 Panda board.
|
|
* See ti_omap4_common.h for OMAP4 common part
|
|
*/
|
|
|
|
#ifndef __CONFIG_PANDA_H
|
|
#define __CONFIG_PANDA_H
|
|
|
|
#include <configs/ti_omap4_common.h>
|
|
|
|
#endif /* __CONFIG_PANDA_H */
|