diff options
Diffstat (limited to 'qemu/roms/u-boot/board/cobra5272/config.mk')
-rw-r--r-- | qemu/roms/u-boot/board/cobra5272/config.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/cobra5272/config.mk b/qemu/roms/u-boot/board/cobra5272/config.mk new file mode 100644 index 000000000..1af25e158 --- /dev/null +++ b/qemu/roms/u-boot/board/cobra5272/config.mk @@ -0,0 +1,9 @@ +# +# (C) Copyright 2000-2003 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# Coldfire contribution by Bernhard Kuhn <bkuhn@metrowerks.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +CONFIG_SYS_TEXT_BASE = 0xffe00000 |