summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-13 11:38:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-13 11:38:18 +0100
commitf2e6c3e84afe25f6c94b1073f60dbbcd99a3472b (patch)
tree1bd5fba5d71f7224b0acecd0c4c8c4434b129434 /c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
parentpowerpc: AltiVec and FPU context support (diff)
downloadrtems-f2e6c3e84afe25f6c94b1073f60dbbcd99a3472b.tar.bz2
bsp/qoriq: Add T2080RDB and T4240RDB variants
Diffstat (limited to 'c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h')
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h b/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
index 5a34906ecd..3e6fa90b55 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
+++ b/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
@@ -1,8 +1,8 @@
/*
- * Copyright (c) 2010 embedded brains GmbH. All rights reserved.
+ * Copyright (c) 2010-2015 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
- * Obere Lagerstr. 30
+ * Dornierstr. 4
* 82178 Puchheim
* Germany
* <rtems@embedded-brains.de>
@@ -15,6 +15,12 @@
#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