summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
blob: 3e6fa90b555c0cc4367092d2939597604f5a16c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * Copyright (c) 2010-2015 embedded brains GmbH.  All rights reserved.
 *
 *  embedded brains GmbH
 *  Dornierstr. 4
 *  82178 Puchheim
 *  Germany
 *  <rtems@embedded-brains.de>
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#ifndef LIBBSP_POWERPC_QORIQ_U_BOOT_CONFIG_H
#define LIBBSP_POWERPC_QORIQ_U_BOOT_CONFIG_H

#include <bspopts.h>

#define U_BOOT_BOARD_INFO_TEXT_SECTION __attribute__((section(".bsp_start_text")))

#define U_BOOT_BOARD_INFO_DATA_SECTION __attribute__((section(".bsp_start_data")))

#define CONFIG_E500
#define CONFIG_HAS_ETH1
#define CONFIG_HAS_ETH2

#endif /* LIBBSP_POWERPC_QORIQ_U_BOOT_CONFIG_H */