]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for HP Jornada flashrom boards
authorKristoffer Ericson <kristoffer.ericson@gmail.com>
Fri, 15 Oct 2010 21:31:43 +0000 (23:31 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 19 Oct 2010 21:44:22 +0000 (23:44 +0200)
commit80bf2bb501c719d7b1925c0146c3d3a86b40b92d
tree81a0ebea9f436558dff868cd9e9e572a6b381166
parentf3a14d377e2fb4e48026810fbf67e189a5e5f515
Add support for HP Jornada flashrom boards

This patch adds support for the HP Jornada flashboards
that were made in 2008. Older flashroms should work if
memory registers are adjusted.

Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Adpted for TEXT_BASE -> CONFIG_SYS_TEXT_BASE rename.
Removed now redundant board/jornada/config.mk file.
Removed unused empty jornada_init() function to silence
"jornada.c:35: warning: 'jornada_init' defined but not used"

Signed-off-by: Wolfgang Denk <wd@denx.de>
MAINTAINERS
board/jornada/Makefile [new file with mode: 0644]
board/jornada/jornada.c [new file with mode: 0644]
board/jornada/setup.S [new file with mode: 0644]
board/jornada/u-boot.lds [new file with mode: 0644]
boards.cfg
include/configs/jornada.h [new file with mode: 0644]