X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Finclude%2Fasm%2Fconfig.h;h=112427291526fba3acab1fe4054a3c23918ea1d5;hb=44fb0d6c9f5147a41c710032869e5e01b3c9e310;hp=32fd636b61dfc3ff4f89e764e32ffa958182fc99;hpb=a4fb5df214c7e8d5bc949c1068d92252f105427a;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/microblaze/include/asm/config.h b/arch/microblaze/include/asm/config.h index 32fd636..1124272 100644 --- a/arch/microblaze/include/asm/config.h +++ b/arch/microblaze/include/asm/config.h @@ -1,17 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2009 Freescale Semiconductor, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ +#define CONFIG_LMB + #ifndef CONFIG_SPL_BUILD #define CONFIG_NEEDS_MANUAL_RELOC #endif -#define CONFIG_NR_DRAM_BANKS 1 -#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_SYS_BOOT_RAMDISK_HIGH #endif