X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Fconfig.h;h=7a34a0186cb1cd255aee62b8d992756536fc3fd9;hb=1c82c2f60a6f5a5c16f1ea7144da479e78760e06;hp=2a20a770bcd38102f3b94d91f318162eaa24683b;hpb=4180b3dba25c2c28cc4502f1c9f1cbad2a9972b8;p=oweals%2Fu-boot.git diff --git a/arch/arm/include/asm/config.h b/arch/arm/include/asm/config.h index 2a20a770bc..7a34a0186c 100644 --- a/arch/arm/include/asm/config.h +++ b/arch/arm/include/asm/config.h @@ -7,8 +7,6 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ -#define CONFIG_SYS_GENERIC_GLOBAL_DATA - #define CONFIG_LMB #define CONFIG_SYS_BOOT_RAMDISK_HIGH @@ -17,4 +15,12 @@ #define CONFIG_STATIC_RELA #endif +#ifdef CONFIG_FSL_LSCH3 +#include +#endif + +#ifdef CONFIG_LS102XA +#include +#endif + #endif