X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fmicroblaze%2Finclude%2Fasm%2Fconfig.h;h=112427291526fba3acab1fe4054a3c23918ea1d5;hb=44fb0d6c9f5147a41c710032869e5e01b3c9e310;hp=4af408a7610e539c1f40e81da46b86ca3f2b674b;hpb=9da7e3daf31d7c0c8478a57544bfdd6245e53ff3;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/microblaze/include/asm/config.h b/arch/microblaze/include/asm/config.h index 4af408a..1124272 100644 --- a/arch/microblaze/include/asm/config.h +++ b/arch/microblaze/include/asm/config.h @@ -1,16 +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_BOOT_RAMDISK_HIGH #endif