u-boot/include/configs/omap4_panda.h
Tom Rini b17cc80781 omap4_panda: Remove unused comments/code
Clean up the config header file by removing some now irrelevant code /
comments.

Signed-off-by: Tom Rini <trini@konsulko.com>
2021-09-27 21:38:34 -04:00

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 */