diff options
Diffstat (limited to 'qemu/roms/u-boot/board/LaCie/edminiv2/config.mk')
-rw-r--r-- | qemu/roms/u-boot/board/LaCie/edminiv2/config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/LaCie/edminiv2/config.mk b/qemu/roms/u-boot/board/LaCie/edminiv2/config.mk new file mode 100644 index 000000000..dfa84f032 --- /dev/null +++ b/qemu/roms/u-boot/board/LaCie/edminiv2/config.mk @@ -0,0 +1,12 @@ +# +# Copyright (C) 2010 Albert ARIBAUD <albert.u.boot@aribaud.net> +# +# (C) Copyright 2009 +# Marvell Semiconductor <www.marvell.com> +# Written-by: Prafulla Wadaskar <prafulla@marvell.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +# TEXT_BASE must equal the intended FLASH location of u-boot. +CONFIG_SYS_TEXT_BASE = 0xfff90000 |