Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
Add CONFIG_SYS_MONITOR_LEN macro to apollon board config. CONFIG_SYS_MONITOR_LEN defines the U-Boot image size. and is used by OneNAND ipl when reading U-Boot image. Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
This commit is contained in:
parent
c404cc5884
commit
12a6753155
@ -251,6 +251,7 @@
|
||||
|
||||
/* OneNAND boot, OneNAND has CS0, NOR boot ONeNAND has CS2 */
|
||||
#define CONFIG_SYS_ONENAND_BASE 0x00000000
|
||||
#define CONFIG_SYS_MONITOR_LEN SZ_256K /* U-Boot image size */
|
||||
#define CONFIG_ENV_IS_IN_ONENAND 1
|
||||
#define CONFIG_ENV_ADDR 0x00020000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user