projects
/
profile
/
common
/
platform
/
kernel
/
u-boot-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e9ce06
)
configs: artik533_raptor: fix the wrong environment value location
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 12 Feb 2019 08:01:07 +0000
(17:01 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 12 Feb 2019 10:10:30 +0000
(19:10 +0900)
params.bin will be written to 0x1701 on mmc boot partition.
To switch partiion, add CONFIG_SYS_MMC_ENV_PART as 1.
Change-Id: I117827c02b870c3dc9f4aeb28d7f59bc74e8077f
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/artik533_raptor.h
patch
|
blob
|
history
diff --git
a/include/configs/artik533_raptor.h
b/include/configs/artik533_raptor.h
index 9a822dca1e9cb7d05aedb8e1068e633a6c486792..39e9d2c9c10bc551b9ac80220b4aa6680524c1d5 100644
(file)
--- a/
include/configs/artik533_raptor.h
+++ b/
include/configs/artik533_raptor.h
@@
-192,7
+192,8
@@
#define CONFIG_2NDBOOT_SIZE (64*1024)
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0
-#define CONFIG_ENV_OFFSET 0x2E0200
+#define CONFIG_SYS_MMC_ENV_PART 1
+#define CONFIG_ENV_OFFSET 0x1701
#define CONFIG_ENV_SIZE (16*1024) /* env size */
#endif