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:
9519625
)
configs: artik530_raptor: fix the wrong environment value location
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 12 Feb 2019 07:33:22 +0000
(16:33 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 12 Feb 2019 07:36:24 +0000
(16:36 +0900)
params.bin will be written to 0x1701 on mmc boot partition.
To switch partition, add the CONFIG_SYS_MMC_ENV_PART as 1.
Change-Id: I12810391b1c49a27d3230f571727d0b91574e361
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/artik530_raptor.h
patch
|
blob
|
history
diff --git
a/include/configs/artik530_raptor.h
b/include/configs/artik530_raptor.h
index 3dbff54de11c6f457c9acf225d1ac0af41bdf6f8..5a2ce9039a7b71d74a28276126f4fd89349f8ed5 100644
(file)
--- a/
include/configs/artik530_raptor.h
+++ b/
include/configs/artik530_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