summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c b/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c
deleted file mode 100644
index 295059889d..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/uboot_support.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * This file contains variables which assist the shared
- * U-Boot code.
- *
- * COPYRIGHT (c) 1989-2008.
- * On-Line Applications Research Corporation (OAR).
- *
- * 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.
- */
-
-#include <stdint.h>
-
-#include <bsp.h>
-
-#if defined(HAS_UBOOT)
-/* XXX TODO fill in with real information */
-/* Base address of U-Boot environment variables */
-const uint8_t *uboot_environment = (const uint8_t *) 0x00000000;
-
-/* Length of area reserved for U-Boot environment variables */
-const size_t *uboot_environment_size = (const size_t *) 0x00010000;
-#endif