diff options
Diffstat (limited to 'roms/u-boot/board/freescale/m54418twr/config.mk')
-rw-r--r-- | roms/u-boot/board/freescale/m54418twr/config.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/m54418twr/config.mk b/roms/u-boot/board/freescale/m54418twr/config.mk new file mode 100644 index 00000000..07f52e02 --- /dev/null +++ b/roms/u-boot/board/freescale/m54418twr/config.mk @@ -0,0 +1,7 @@ +# Copyright 2010-2012 Freescale Semiconductor, Inc. +# TsiChung Liew (Tsi-Chung.Liew@freescale.com) +# +# SPDX-License-Identifier: GPL-2.0+ +# + +PLATFORM_CPPFLAGS += -DTEXT_BASE=$(CONFIG_SYS_TEXT_BASE) |