mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
b4676a25e2
add support for mvblue (mvBlueLYNX and mvBlueBOX) boards * Patch by Pavel Bartusek, 21 Nov 2003: set ZMII bridge speed on 440 * Patch by Anders Larsen, 17 Nov 2003: Fix mismatched #ifdef / #endif in include/asm-arm/arch-pxa/hardware.h
11 lines
374 B
Makefile
11 lines
374 B
Makefile
#
|
|
# This is config used for compilation of WEP EP250 sources
|
|
#
|
|
# You might change location of U-Boot in memory by setting right TEXT_BASE.
|
|
# This allows for example having one copy located at the end of ram and stored
|
|
# in flash device and later on while developing use other location to test
|
|
# the code in RAM device only.
|
|
#
|
|
|
|
TEXT_BASE = 0xa1fe0000
|
|
#TEXT_BASE = 0xa1001000
|