configs: apalis-tk1: Do not define CONFIG_SYS_BOOT_RAMDISK_HIGH again
authorMichal Simek <michal.simek@xilinx.com>
Wed, 25 Sep 2019 09:06:50 +0000 (11:06 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 8 Oct 2019 07:55:11 +0000 (09:55 +0200)
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 <michal.simek@xilinx.com>
include/configs/apalis-tk1.h

index dacf36b..fe45917 100644 (file)
 
 #define CONFIG_CMD_TIME
 
-#define CONFIG_SYS_BOOT_RAMDISK_HIGH
-
 #include "tegra-common-usb-gadget.h"
 #include "tegra-common-post.h"