u-boot-brain/include/configs/pwg5300.h

26 lines
709 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2021 Suguru Saito.
* Author: Suguru Saito <sg.sgch07@gmail.com>
*
* (C) Copyright 2011 Takumi Sueda.
* Author: Takumi Sueda <puhitaku@gmail.com>
*
* (C) Copyright 2011 Freescale Semiconductor, Inc.
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*
* Based on m28evk.h:
* Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
* on behalf of DENX Software Engineering GmbH
*/
#ifndef __CONFIGS_PWG5300_H__
#define __CONFIGS_PWG5300_H__
/* Common configurations of Brain 2G, 3G, 4G */
#include <configs/brain_mx28_common.h>
/* The rest of the configuration is shared */
#include <configs/mxs.h>
#endif /* __CONFIGS_PWG5300_H__ */