diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-08 11:11:02 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 21:59:07 (GMT) |
commit | 853ce2ee9c53b97694804e60450c15d40df9b502 (patch) | |
tree | edad35df251b7564c6a0f7c827c4fd38bfdebd5b /board/cray/L1 | |
parent | df05ff77891ff94c03acdd984d85c04e0b374ae9 (diff) | |
download | u-boot-853ce2ee9c53b97694804e60450c15d40df9b502.tar.xz |
board: delete unused header files
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/cray/L1')
-rw-r--r-- | board/cray/L1/L1.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/board/cray/L1/L1.h b/board/cray/L1/L1.h deleted file mode 100644 index 42c34dd..0000000 --- a/board/cray/L1/L1.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * (C) Copyright 2000 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -/**************************************************************************** - * FLASH Memory Map as used by CRAY L1, 4MB AMD29F032B flash chip - * - * Start Address Length - * +++++++++++++++++++++++++ 0xFFC0_0000 Start of Flash ----------------- - * | Failsafe Linux Image | (1M) - * +=======================+ 0xFFD0_0000 - * | (Reserved FlashFiles) | (1M) - * +=======================+ 0xFFE0_0000 - * | Failsafe RootFS | (1M) - * +=======================+ 0xFFF0_0000 - * | | - * | U N U S E D | - * | | - * +-----------------------+ 0xFFFD_0000 U-Boot image header (64 bytes) - * | environment settings | (64k) - * +-----------------------+ 0xFFFE_0000 U-Boot image header (64 bytes) - * | U-Boot | 0xFFFE_0040 _start of U-Boot - * | | 0xFFFE_FFFC reset vector - branch to _start - * +++++++++++++++++++++++++ 0xFFFF_FFFF End of Flash ----------------- - *****************************************************************************/ |