From: Michal Simek Date: Wed, 25 Sep 2019 09:06:50 +0000 (+0200) Subject: configs: apalis-tk1: Do not define CONFIG_SYS_BOOT_RAMDISK_HIGH again X-Git-Tag: v2020.10~561^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=336c730150481566a23527e6553c45a4c3360ed6;p=platform%2Fkernel%2Fu-boot.git configs: apalis-tk1: Do not define CONFIG_SYS_BOOT_RAMDISK_HIGH again CONFIG_SYS_BOOT_RAMDISK_HIGH is already defined in arch/arm/include/asm/config.h:10:#define CONFIG_SYS_BOOT_RAMDISK_HIGH that's why there is no reason to define it again in board file. Signed-off-by: Michal Simek --- diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h index dacf36b..fe45917 100644 --- a/include/configs/apalis-tk1.h +++ b/include/configs/apalis-tk1.h @@ -138,8 +138,6 @@ #define CONFIG_CMD_TIME -#define CONFIG_SYS_BOOT_RAMDISK_HIGH - #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h"