mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
43d9616cff
- Add support for Innokom board - Don't complain if "install" fails - README cleanup (remove duplicated lines) - Update PXA header files * Add documentation for existing POST code (doc/README.POST) * Patch by Laudney Ren, 15 Jan 2003: Fix handling of redundand environment in "tools/envcrc.c" * Patch by Detlev Zundel, 28 Feb 2003: Add bedbug support for 824x systems * Add support for 16 MB flash configuration of TRAB board * Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS * Add image information to README * Fix dual PCMCIA slot support (when running with just one slot populated) * Add VFD type detection to trab board * extend drivers/cs8900.c driver to synchronize ethaddr environment variable with value in the EEPROM
16 lines
418 B
Makefile
16 lines
418 B
Makefile
#
|
|
# Linux-Kernel is expected to be at c000'8000, entry c000'8000
|
|
#
|
|
# we load ourself to c170'0000, the upper 1 MB of second bank
|
|
#
|
|
# download areas is c800'0000
|
|
#
|
|
|
|
# This is the address where U-Boot lives in flash:
|
|
#TEXT_BASE = 0
|
|
|
|
# FIXME: armboot does only work correctly when being compiled
|
|
# for the addresses _after_ relocation to RAM!! Otherwhise the
|
|
# .bss segment is assumed in flash...
|
|
TEXT_BASE = 0xa1fe0000
|
|
|