projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64eb13b
)
configs: apalis-tk1: Do not define CONFIG_SYS_BOOT_RAMDISK_HIGH again
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 25 Sep 2019 09:06:50 +0000
(11:06 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/include/configs/apalis-tk1.h
b/include/configs/apalis-tk1.h
index dacf36bf79c8ac327dd04bd2810181605c636e4c..fe45917b885d9c1dba27237b2aee03774c1ea372 100644
(file)
--- 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"