diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-09-25 11:06:50 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-10-08 09:55:11 +0200 |
commit | 336c730150481566a23527e6553c45a4c3360ed6 (patch) | |
tree | c77fbf6e58b62a1a6adbcfc32984fdf4401f58c8 | |
parent | 64eb13bfd7247269a82756e7d8dc3d68af4ea8ad (diff) | |
download | u-boot-336c730150481566a23527e6553c45a4c3360ed6.tar.gz |
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>
-rw-r--r-- | include/configs/apalis-tk1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h index dacf36bf79..fe45917b88 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" |