diff options
Diffstat (limited to 'qemu/roms/u-boot/board/cm-bf537e/config.mk')
-rw-r--r-- | qemu/roms/u-boot/board/cm-bf537e/config.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/cm-bf537e/config.mk b/qemu/roms/u-boot/board/cm-bf537e/config.mk new file mode 100644 index 000000000..7f9138b09 --- /dev/null +++ b/qemu/roms/u-boot/board/cm-bf537e/config.mk @@ -0,0 +1,11 @@ +# +# Copyright (c) 2005-2008 Analog Device Inc. +# +# (C) Copyright 2001 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +# Set some default LDR flags based on boot mode. +LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 --dma 8 |