diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-05 00:19:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-05 00:19:34 +0200 |
commit | 99b0d2851a137453f4aca5f0a3d301b776bda28b (patch) | |
tree | 6751f81ba1e8451321c0497c4b5b1a5e59e4f27d /board/kb9202/config.mk | |
parent | 45237bc00b29bd88e8456367d7b006ab80f95ee9 (diff) | |
download | u-boot-imx-99b0d2851a137453f4aca5f0a3d301b776bda28b.zip u-boot-imx-99b0d2851a137453f4aca5f0a3d301b776bda28b.tar.gz u-boot-imx-99b0d2851a137453f4aca5f0a3d301b776bda28b.tar.bz2 |
Added support for KwikByte KB920x boards (based on AT91RM9200)
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
Diffstat (limited to 'board/kb9202/config.mk')
-rw-r--r-- | board/kb9202/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/kb9202/config.mk b/board/kb9202/config.mk new file mode 100644 index 0000000..9ce161e --- /dev/null +++ b/board/kb9202/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0x21f00000 |