diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-08 20:11:02 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 16:59:07 -0500 |
commit | 853ce2ee9c53b97694804e60450c15d40df9b502 (patch) | |
tree | edad35df251b7564c6a0f7c827c4fd38bfdebd5b /board/genietv | |
parent | df05ff77891ff94c03acdd984d85c04e0b374ae9 (diff) | |
download | u-boot-imx-853ce2ee9c53b97694804e60450c15d40df9b502.zip u-boot-imx-853ce2ee9c53b97694804e60450c15d40df9b502.tar.gz u-boot-imx-853ce2ee9c53b97694804e60450c15d40df9b502.tar.bz2 |
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/genietv')
-rw-r--r-- | board/genietv/genietv.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/board/genietv/genietv.h b/board/genietv/genietv.h deleted file mode 100644 index 7c95b56..0000000 --- a/board/genietv/genietv.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * The GENIETV is using the following physical memorymap (copied from - * the FADS configuration): - * - * ff020000 -> ff02ffff : pcmcia - * ff010000 -> ff01ffff : BCSR connected to CS1, setup by 8xxROM - * ff000000 -> ff00ffff : IMAP internal in the cpu - * 02800000 -> 0287ffff : flash connected to CS0 - * 00000000 -> nnnnnnnn : sdram setup by U-Boot - * - * CS pins are connected as follows: - * - * CS0 -512Kb boot flash - * CS1 - SDRAM #1 - * CS2 - SDRAM #2 - * CS3 - Flash #1 - * CS4 - Flash #2 - * CS5 - LON (if present) - * CS6 - PCMCIA #1 - * CS7 - PCMCIA #2 - * - * Ports are configured as follows: - * - * PA7 - SDRAM banks enable - */ |