xref: /openbmc/u-boot/arch/x86/include/asm/config.h (revision e8f80a5a)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2009 Freescale Semiconductor, Inc.
4  */
5 
6 #ifndef _ASM_CONFIG_H_
7 #define _ASM_CONFIG_H_
8 
9 #define CONFIG_LMB
10 #define CONFIG_SYS_BOOT_RAMDISK_HIGH
11 
12 #endif
13