Commit 336c730150481566a23527e6553c45a4c3360ed6

Authored by Michal Simek
1 parent 64eb13bfd7

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 <michal.simek@xilinx.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

include/configs/apalis-tk1.h
... ... @@ -138,8 +138,6 @@
138 138  
139 139 #define CONFIG_CMD_TIME
140 140  
141   -#define CONFIG_SYS_BOOT_RAMDISK_HIGH
142   -
143 141 #include "tegra-common-usb-gadget.h"
144 142 #include "tegra-common-post.h"
145 143