diff options
Diffstat (limited to 'roms/u-boot/board/micronas/vct/config.mk')
-rw-r--r-- | roms/u-boot/board/micronas/vct/config.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/board/micronas/vct/config.mk b/roms/u-boot/board/micronas/vct/config.mk new file mode 100644 index 00000000..354d9184 --- /dev/null +++ b/roms/u-boot/board/micronas/vct/config.mk @@ -0,0 +1,13 @@ +# +# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering +# +# SPDX-License-Identifier: GPL-2.0+ +# + +# +# vct_xxx boards with MIPS 4Kc CPU core +# + +ifndef CONFIG_SYS_TEXT_BASE +CONFIG_SYS_TEXT_BASE = 0x87000000 +endif |